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:
commit
b1a2d4427c
@ -162,7 +162,7 @@ else: {
|
|||||||
return ELSECOL;
|
return ELSECOL;
|
||||||
}
|
}
|
||||||
|
|
||||||
({ALPHA}{ALNUM}*|[']({ALNUM}|[-]|[\.])*[']) {
|
({ALPHA}{ALNUM}*|[']({ALNUM}|[-]|[\.]|[:])*[']) {
|
||||||
if(*yytext == '\'') {
|
if(*yytext == '\'') {
|
||||||
yytext[yyleng-1] = 0;
|
yytext[yyleng-1] = 0;
|
||||||
yytext++;
|
yytext++;
|
||||||
|
Loading…
Reference in New Issue
Block a user