OSDN Git Service

Initial revision
[pf3gnuchains/gcc-fork.git] / gcc / ginclude / iso646.h
1 /* Macros for C programs written in national variants of ISO 646.  */
2
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  ^=