summaryrefslogtreecommitdiff
path: root/05/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-01-09 21:55:00 -0500
committerpommicket <pommicket@gmail.com>2022-01-09 21:55:00 -0500
commit29ea5195fa34edb6e0acd70b202f43befe19c1f2 (patch)
tree9b33c7ff84722a13f8a8a1e7bf1434efb9519a27 /05/main.c
parent6ce6f76cc1b60aaa5461e17e3d21e31b4baa3254 (diff)
more macro fixes, #undef
Diffstat (limited to '05/main.c')
-rw-r--r--05/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/05/main.c b/05/main.c
index f591edc..f332a64 100644
--- a/05/main.c
+++ b/05/main.c
@@ -1,3 +1,6 @@
+#define z sz
+z
+
#define STRINGIFY2(x) # x
#define STRINGIFY(x) STRINGIFY2(x)
#define JOIN2(x,y) x ## y