diff options
| author | nyamatongwe <devnull@localhost> | 2012-06-22 14:19:31 +1000 | 
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2012-06-22 14:19:31 +1000 | 
| commit | 51244e430368eb545726e90ae5f5a6b765d09dd3 (patch) | |
| tree | 6e3692719192dfb75aca7b9c39c80d546ed17705 /test/examples/x.cxx | |
| parent | 9f6b99068f71f7b9f20a3758ea0fc7941eed2492 (diff) | |
| download | scintilla-mirror-51244e430368eb545726e90ae5f5a6b765d09dd3.tar.gz | |
Bug #3487406. New style SCE_C_PREPROCESSORCOMMENT for stream comments
inside preprocessor directives.
Includes code from Marko Njezic.
Diffstat (limited to 'test/examples/x.cxx')
| -rw-r--r-- | test/examples/x.cxx | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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 <stdio.h> -#if 0 +#if 0 /* */  #define DUMMY() \  	if (1);  #endif | 
