Initial revision
authorRichard Kenner <kenner@gcc.gnu.org>
Tue, 21 Feb 1995 13:15:01 +0000 (08:15 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Tue, 21 Feb 1995 13:15:01 +0000 (08:15 -0500)
From-SVN: r8987

gcc/ginclude/iso646.h [new file with mode: 0644]

diff --git a/gcc/ginclude/iso646.h b/gcc/ginclude/iso646.h
new file mode 100644 (file)
index 0000000..60e7e60
--- /dev/null
@@ -0,0 +1,13 @@
+/* Macros for C programs written in national variants of ISO 646.  */
+
+#define and    &&
+#define and_eq &=
+#define bitand &
+#define bitor  |
+#define compl  ~
+#define not    !
+#define not_eq !=
+#define or     ||
+#define or_eq  |=
+#define xor    ^
+#define xor_eq ^=