Commit 52f59d23 by Richard Kenner

Do nothing if compiled as C++.

From-SVN: r9955
parent 2a13575e
/* Macros for C programs written in national variants of ISO 646. */
#ifndef __cplusplus
#define and &&
#define and_eq &=
#define bitand &
......@@ -11,3 +12,4 @@
#define or_eq |=
#define xor ^
#define xor_eq ^=
#endif
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