1999-07-31 Alexandre Oliva <oliva@dcc.unicamp.br>
* include/javaprims.h (TRUE, FALSE): Redefine as themselves.
From-SVN: r28367
+1999-07-31 Alexandre Oliva <oliva@dcc.unicamp.br>
+
+ * include/javaprims.h (TRUE, FALSE): Redefine as themselves.
+
1999-07-31 Alexandre Oliva <oliva@dcc.unicamp.br>
* configure.in: Check for gcc 2.95 -g jboolean bug, that affects
#ifndef __JAVAPRIMS_H__
#define __JAVAPRIMS_H__
+#undef TRUE
+#define TRUE TRUE
+#undef FALSE
+#define FALSE FALSE
+
// To force selection of correct types that will mangle consistently
// across platforms.
extern "Java"