make preprocessing behave a bit more like it should

This commit is contained in:
pommicket 2022-01-10 09:57:36 -05:00
parent 6e75b24b7c
commit e009f63506
2 changed files with 22 additions and 10 deletions

View file

@ -1,5 +1,7 @@
#define z sz
#define z s z
z
#define f(x) f(2 * x)
f(f(4))
#define STRINGIFY2(x) # x
#define STRINGIFY(x) STRINGIFY2(x)