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

Preprocessor: fix bug introduced in 412e8a7da0f1ceed51a5c8d88c27a9733b4daccb

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