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))
#define or || #ifndef or
#define and && #define or ||
#define xor ^ #define and &&
#define compl ~ #define xor ^
#define not ! #define compl ~
#define not !
#endif
#endif #endif

Loading…
Cancel
Save