diff options
Diffstat (limited to 'usr.bin/colldef')
-rw-r--r-- | usr.bin/colldef/scan.l | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/colldef/scan.l b/usr.bin/colldef/scan.l index d99f001..9b25e13 100644 --- a/usr.bin/colldef/scan.l +++ b/usr.bin/colldef/scan.l @@ -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", |