diff options
Diffstat (limited to 'gcc/ginclude/iso646.h')
-rwxr-xr-x | gcc/ginclude/iso646.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/gcc/ginclude/iso646.h b/gcc/ginclude/iso646.h deleted file mode 100755 index 77ebdd3..0000000 --- a/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 |