0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-01-03 07:31:54 +00:00

Merge commit '1f64a487a065cc27c52ab0d3d38b7c82926fea70' into integrated

This commit is contained in:
Ondrej Zajicek 2014-04-29 12:41:40 +02:00
commit b1a2d4427c

View File

@ -162,7 +162,7 @@ else: {
return ELSECOL;
}
({ALPHA}{ALNUM}*|[']({ALNUM}|[-]|[\.])*[']) {
({ALPHA}{ALNUM}*|[']({ALNUM}|[-]|[\.]|[:])*[']) {
if(*yytext == '\'') {
yytext[yyleng-1] = 0;
yytext++;