removed double definition of true/flase macros
authorBoris Boesler <boesler@ipd.info.uni-karlsruhe.de>
Thu, 18 Jul 2002 13:55:11 +0000 (13:55 +0000)
committerBoris Boesler <boesler@ipd.info.uni-karlsruhe.de>
Thu, 18 Jul 2002 13:55:11 +0000 (13:55 +0000)
[r447]

ir/st/st.h

index 20ca8b0..05096ad 100644 (file)
 # define _ST_H_
 
 /* Includes:  */
-# include "irgraph.h"
-# include "irnode.h"
+#include "irgraph.h"
+#include "irnode.h"
 
-# include "bs.h"
+#include "bs.h"
 
-#  include "bool.h"
+#include "bool.h"
 
-#define true TRUE
-#define false FALSE
 
 /* Data Types: */