configure.in fix
[lttv.git] / ltt / branches / poly / include / ltt / LTTTypes.h
index 2c054a1c8ca7af738b1e24b52686b8aaa5711c6d..d33bf1b5380c3d6a0f13d3f206f898ca44d0224a 100644 (file)
@@ -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__ */
This page took 0.037779 seconds and 4 git commands to generate.