more macro fixes, #undef
This commit is contained in:
parent
6ce6f76cc1
commit
29ea5195fa
3 changed files with 35 additions and 5 deletions
|
@ -1,3 +1,6 @@
|
|||
#define z sz
|
||||
z
|
||||
|
||||
#define STRINGIFY2(x) # x
|
||||
#define STRINGIFY(x) STRINGIFY2(x)
|
||||
#define JOIN2(x,y) x ## y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue