1999-08-12 Alexandre Oliva <oliva@dcc.unicamp.br>
* include/javaprims.h (TRUE, FALSE): Redefine as themselves.
From-SVN: r28689
+1999-08-12 Alexandre Oliva <oliva@dcc.unicamp.br>
+
+ * include/javaprims.h (TRUE, FALSE): Redefine as themselves.
+
1999-08-11 Bryce McKinlay <bryce@albatross.co.nz>
* java/util/BitSet.java (set, clear, hashCode): specify "1" constant
#ifndef __JAVAPRIMS_H__
#define __JAVAPRIMS_H__
+// FIXME: this is a hack until we get a proper gcjh.
+// It is needed to work around system header files that define TRUE
+// and FALSE.
+#undef TRUE
+#define TRUE TRUE
+#undef FALSE
+#define FALSE FALSE
+
// To force selection of correct types that will mangle consistently
// across platforms.
extern "Java"