mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Symbol names enclosed by apostrophes can contain colons.
This commit is contained in:
@@ -172,7 +172,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++;
|
||||||
|
Reference in New Issue
Block a user