From a715d7143d9d17da17e67fec6af1c01409a71a31 Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Tue, 8 Apr 2014 22:19:48 +0800 Subject: Prevent ## to appear at start or end of macro --- tests/tests2/66_macro_concat_end.c | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/tests2/66_macro_concat_end.c (limited to 'tests/tests2/66_macro_concat_end.c') diff --git a/tests/tests2/66_macro_concat_end.c b/tests/tests2/66_macro_concat_end.c new file mode 100644 index 0000000..55dcaef --- /dev/null +++ b/tests/tests2/66_macro_concat_end.c @@ -0,0 +1,2 @@ +#define paste(A,B) A B## +paste(x,y) -- cgit v1.3.1