From: Richard Kenner Date: Tue, 21 Feb 1995 13:15:01 +0000 (-0500) Subject: Initial revision X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a07190d44a054ef365d517f809f795e6a90ce747;p=gcc.git Initial revision From-SVN: r8987 --- 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 ^=