Commit a07190d4 by Richard Kenner

Initial revision

From-SVN: r8987
parent df44fa77
/* Macros for C programs written in national variants of ISO 646. */
#define and &&
#define and_eq &=
#define bitand &
#define bitor |
#define compl ~
#define not !
#define not_eq !=
#define or ||
#define or_eq |=
#define xor ^
#define xor_eq ^=
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment