Last change
on this file since 18 was 18, checked in by bird, 22 years ago |
Initial revision
|
-
Property cvs2svn:cvs-rev
set to
1.1
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
|
File size:
256 bytes
|
Line | |
---|
1 | /* iso646.h */
|
---|
2 |
|
---|
3 | #if !defined (__cplusplus)
|
---|
4 |
|
---|
5 | #define and &&
|
---|
6 | #define and_eq &=
|
---|
7 | #define bitand &
|
---|
8 | #define bitor |
|
---|
9 | #define compl ~
|
---|
10 | #define not !
|
---|
11 | #define not_eq !=
|
---|
12 | #define or ||
|
---|
13 | #define or_eq |=
|
---|
14 | #define xor ^
|
---|
15 | #define xor_eq ^=
|
---|
16 |
|
---|
17 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.