diff options
Diffstat (limited to 'contrib/gcc/ginclude/iso646.h')
-rw-r--r-- | contrib/gcc/ginclude/iso646.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/contrib/gcc/ginclude/iso646.h b/contrib/gcc/ginclude/iso646.h deleted file mode 100644 index 77ebdd30c4dd..000000000000 --- a/contrib/gcc/ginclude/iso646.h +++ /dev/null @@ -1,15 +0,0 @@ -/* Macros for C programs written in national variants of ISO 646. */ - -#ifndef __cplusplus -#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 ^= -#endif |