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

Loading…
Cancel
Save