fix scanner error

This commit is contained in:
ulic-youthlic 2025-03-26 10:37:08 +08:00
parent ee5791b1c8
commit 29b5b6c1f3
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
5 changed files with 26 additions and 1 deletions

View file

@ -182,7 +182,6 @@ BLOCK_COMMENT \/\*(.|\n)*?\*\/
. {
errors += 1;
fprintf(stderr, "Error type A at Line %d: Mysterious character \"%s\".\n", yylineno, yytext);
return YYerror;
}
%%