From a07190d44a054ef365d517f809f795e6a90ce747 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 21 Feb 1995 08:15:01 -0500 Subject: [PATCH] Initial revision From-SVN: r8987 --- gcc/ginclude/iso646.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 gcc/ginclude/iso646.h diff --git a/gcc/ginclude/iso646.h b/gcc/ginclude/iso646.h new file mode 100644 index 00000000000..60e7e60a0a3 --- /dev/null +++ b/gcc/ginclude/iso646.h @@ -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 ^= -- 2.30.2