]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
javaprims.h (TRUE, FALSE): Redefine as themselves.
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Sun, 1 Aug 1999 00:03:17 +0000 (00:03 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Sun, 1 Aug 1999 00:03:17 +0000 (00:03 +0000)
1999-07-31  Alexandre Oliva  <oliva@dcc.unicamp.br>

* include/javaprims.h (TRUE, FALSE): Redefine as themselves.

From-SVN: r28367

libjava/ChangeLog
libjava/include/javaprims.h

index d86449609ebb5a977cfbe74aac50affe73c1cd87..cf051217c93fa4d0fc0241b9b027cc8778418ad2 100644 (file)
@@ -1,3 +1,7 @@
+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
index 98781ad51f22708e2351fe07b67c862fdf13f94a..fb1c40fa5a9604a62535b3004832dafffaafd19e 100644 (file)
@@ -11,6 +11,11 @@ details.  */
 #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"