From 51244e430368eb545726e90ae5f5a6b765d09dd3 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 22 Jun 2012 14:19:31 +1000 Subject: Bug #3487406. New style SCE_C_PREPROCESSORCOMMENT for stream comments inside preprocessor directives. Includes code from Marko Njezic. --- test/examples/x.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/examples/x.cxx') diff --git a/test/examples/x.cxx b/test/examples/x.cxx index 7d020ba10..384997072 100644 --- a/test/examples/x.cxx +++ b/test/examples/x.cxx @@ -1,6 +1,6 @@ // A demonstration program #include -#if 0 +#if 0 /* */ #define DUMMY() \ if (1); #endif -- cgit v1.2.3