X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=ltt%2Fbranches%2Fpoly%2Finclude%2Fltt%2FLTTTypes.h;h=d33bf1b5380c3d6a0f13d3f206f898ca44d0224a;hb=607177bea1468beac4c8470f95e7548d8d1cf11d;hp=2c054a1c8ca7af738b1e24b52686b8aaa5711c6d;hpb=fcdf0ec203524819d926c57c9aa4d2fb6a268ca1;p=lttv.git diff --git a/ltt/branches/poly/include/ltt/LTTTypes.h b/ltt/branches/poly/include/ltt/LTTTypes.h index 2c054a1c..d33bf1b5 100644 --- a/ltt/branches/poly/include/ltt/LTTTypes.h +++ b/ltt/branches/poly/include/ltt/LTTTypes.h @@ -135,8 +135,8 @@ extern __inline__ int ltt_test_bit(int nr,void *addr) /* Trace mask */ typedef uint64_t trace_event_mask; -/* Boolean stuff */ -#define TRUE 1 -#define FALSE 0 +/* Boolean stuff */ /* Now in glib */ +//#define TRUE 1 +//#define FALSE 0 #endif /* __TRACE_TOOLKIT_TYPES_HEADER__ */