Preprocessor: fix bug introduced in 412e8a7da0

The transpose sign (single quote) was no longer recognized in native statements
time-shift
Sébastien Villemot 2011-02-21 16:31:51 +01:00
parent 12c92ee92e
commit 056dfeb169
1 changed files with 1 additions and 0 deletions

View File

@ -581,6 +581,7 @@ string eofbuff;
/* Add the native statement */
<NATIVE>{
[^/%*\n\.\'\"]* |
\' |
\'[^\'\n]*\' |
\"[^\"\n]*\" |
\.{1,2} |