more macro fixes, #undef

This commit is contained in:
pommicket 2022-01-09 21:55:00 -05:00
parent 6ce6f76cc1
commit 29ea5195fa
3 changed files with 35 additions and 5 deletions

View file

@ -1,3 +1,6 @@
#define z sz
z
#define STRINGIFY2(x) # x
#define STRINGIFY(x) STRINGIFY2(x)
#define JOIN2(x,y) x ## y