Skip to content
Snippets Groups Projects
Commit 056dfeb1 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Preprocessor: fix bug introduced in 412e8a7d

The transpose sign (single quote) was no longer recognized in native statements
parent 12c92ee9
No related branches found
No related tags found
No related merge requests found
...@@ -581,6 +581,7 @@ string eofbuff; ...@@ -581,6 +581,7 @@ string eofbuff;
/* Add the native statement */ /* Add the native statement */
<NATIVE>{ <NATIVE>{
[^/%*\n\.\'\"]* | [^/%*\n\.\'\"]* |
\' |
\'[^\'\n]*\' | \'[^\'\n]*\' |
\"[^\"\n]*\" | \"[^\"\n]*\" |
\.{1,2} | \.{1,2} |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment