1 
2 // automatically generated by m4 from headers in proto subdir
3 
4 
5 #ifndef __ISO646_H__
6 #define __ISO646_H__
7 
8 #define and    &&
9 #define and_eq &=
10 #define bitand &
11 #define bitor  |
12 #define compl  ~
13 #define not    !
14 #define not_eq !=
15 #define or     ||
16 #define or_eq  |=
17 #define xor    ^
18 #define xor_eq ^=
19 
20 #endif
21