From a1f7786b687bbd5e35983b0db87e9d408ce9b327 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=B6tz=20Lindenmaier?= Date: Mon, 22 Apr 2002 14:48:58 +0000 Subject: [PATCH] Resolved conflict between stdbool.h and bool.h [r359] --- ir/st/st.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ir/st/st.h b/ir/st/st.h index 3397fb71c..5af6cf83e 100644 --- a/ir/st/st.h +++ b/ir/st/st.h @@ -22,7 +22,9 @@ # include "bs.h" -# include +# include "bool.h" +#define true TRUE +#define false FALSE // Data Types: -- 2.20.1