Merge commit '1f64a487a065cc27c52ab0d3d38b7c82926fea70' into integrated

This commit is contained in:
Ondrej Zajicek
2014-04-29 12:41:40 +02:00
+1 -1
View File
@@ -162,7 +162,7 @@ else: {
return ELSECOL;
}
({ALPHA}{ALNUM}*|[']({ALNUM}|[-]|[\.])*[']) {
({ALPHA}{ALNUM}*|[']({ALNUM}|[-]|[\.]|[:])*[']) {
if(*yytext == '\'') {
yytext[yyleng-1] = 0;
yytext++;