aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/pp.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/pp.h')
-rw-r--r--test/pp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/pp.h b/test/pp.h
index 5ac7aac..029c6ee 100644
--- a/test/pp.h
+++ b/test/pp.h
@@ -16,6 +16,9 @@ void hi(int x) {
#define ADD(a,b) (a)+(b)
#define STR(h) #h
+#define xstr(s1) str(s1)
+#define str(s) #s
+
#endif
extern int printf(const char *, ...);