Do nothing if compiled as C++.
authorRichard Kenner <kenner@gcc.gnu.org>
Thu, 15 Jun 1995 02:14:36 +0000 (22:14 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Thu, 15 Jun 1995 02:14:36 +0000 (22:14 -0400)
From-SVN: r9955

gcc/ginclude/iso646.h

index 60e7e60a0a35c749bcf8f0b450b67e69f6594682..77ebdd30c4dd4996aec3f45ceb559e0edbb3aa83 100644 (file)
@@ -1,5 +1,6 @@
 /* Macros for C programs written in national variants of ISO 646.  */
 
+#ifndef __cplusplus
 #define and    &&
 #define and_eq &=
 #define bitand &
@@ -11,3 +12,4 @@
 #define or_eq  |=
 #define xor    ^
 #define xor_eq ^=
+#endif