allow comments in map files
This commit is contained in:
parent
3eefc574c3
commit
ae303f0b9e
@ -111,6 +111,7 @@ YYSTYPE yylval;
|
||||
yylval.ch = *yytext;
|
||||
return CHAR;
|
||||
}
|
||||
<defn>^#.*\n line_no++;
|
||||
<defn>[ \t]+ {
|
||||
if (ptr == buf)
|
||||
errx(EX_UNAVAILABLE, "map expected near line %u of %s",
|
||||
|
Loading…
Reference in New Issue
Block a user