check if keywords already defined

master
cobrapitz 3 years ago
parent 20dd00fad3
commit 7aa980ef8d

@ -8,11 +8,13 @@
#define assertm(exp, msg) = assert(((void)msg, exp)) #define assertm(exp, msg) = assert(((void)msg, exp))
#ifndef or
#define or || #define or ||
#define and && #define and &&
#define xor ^ #define xor ^
#define compl ~ #define compl ~
#define not ! #define not !
#endif
#endif #endif

Loading…
Cancel
Save