repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial revision
[official-gcc.git]
/
gcc
/
ginclude
/
iso646.h
blob
60e7e60a0a35c749bcf8f0b450b67e69f6594682
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 ^=