summaryrefslogtreecommitdiff
path: root/gcc/ginclude
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ginclude')
-rw-r--r--gcc/ginclude/iso646.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/ginclude/iso646.h b/gcc/ginclude/iso646.h
index 60e7e60a0a3..77ebdd30c4d 100644
--- a/gcc/ginclude/iso646.h
+++ b/gcc/ginclude/iso646.h
@@ -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