Implemented debug support.
[libfirm] / ir / common / bool.h
index b18a591..6939b66 100644 (file)
@@ -18,4 +18,9 @@ typedef unsigned char bool;
 
 # endif /* __cplusplus */
 
+# ifndef TRUE
+#  define TRUE  1
+#  define FALSE 0
+# endif /* ndef TRUE */
+
 # endif /* _BOOL_H_ */