From 23cb75228edbab5bc27fcc8e1e153544d3b30951 Mon Sep 17 00:00:00 2001 From: Boris Boesler Date: Thu, 18 Jul 2002 13:55:11 +0000 Subject: [PATCH] removed double definition of true/flase macros [r447] --- ir/st/st.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/ir/st/st.h b/ir/st/st.h index 20ca8b0e5..05096ada0 100644 --- a/ir/st/st.h +++ b/ir/st/st.h @@ -17,15 +17,13 @@ # 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: */ -- 2.20.1