Preprocessor: fix bug introduced in 412e8a7da0f1ceed51a5c8d88c27a9733b4daccb

The transpose sign (single quote) was no longer recognized in native statements
issue#70
Sébastien Villemot 2011-02-21 16:31:51 +01:00
parent 72fca072f0
commit 0cad026db7
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} |