Resolved conflict between stdbool.h and bool.h
authorGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Mon, 22 Apr 2002 14:48:58 +0000 (14:48 +0000)
committerGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Mon, 22 Apr 2002 14:48:58 +0000 (14:48 +0000)
[r359]

ir/st/st.h

index 3397fb7..5af6cf8 100644 (file)
@@ -22,7 +22,9 @@
 
 # include "bs.h"
 
-#  include <stdbool.h>
+#  include "bool.h"
+#define true TRUE
+#define false FALSE
 
 // Data Types: