Whitespace changes (?) --flo
[libfirm] / ir / common / bool.h
index 305f96b..6939b66 100644 (file)
@@ -7,6 +7,8 @@
 **
 */
 
+/* $Id$ */
+
 # ifndef _BOOL_H_
 # define _BOOL_H_
 
@@ -16,4 +18,9 @@ typedef unsigned char bool;
 
 # endif /* __cplusplus */
 
+# ifndef TRUE
+#  define TRUE  1
+#  define FALSE 0
+# endif /* ndef TRUE */
+
 # endif /* _BOOL_H_ */