fix scanner error
This commit is contained in:
parent
ee5791b1c8
commit
29b5b6c1f3
5 changed files with 26 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
%%
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue