Initial revision
[official-gcc.git] / gcc / ginclude / iso646.h
blob60e7e60a0a35c749bcf8f0b450b67e69f6594682
1 /* Macros for C programs written in national variants of ISO 646. */
3 #define and &&
4 #define and_eq &=
5 #define bitand &
6 #define bitor |
7 #define compl ~
8 #define not !
9 #define not_eq !=
10 #define or ||
11 #define or_eq |=
12 #define xor ^
13 #define xor_eq ^=