From: Götz Lindenmaier Date: Mon, 22 Apr 2002 14:48:58 +0000 (+0000) Subject: Resolved conflict between stdbool.h and bool.h X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=a1f7786b687bbd5e35983b0db87e9d408ce9b327;p=libfirm Resolved conflict between stdbool.h and bool.h [r359] --- 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: