Better code style in some of the acc source files

This commit is contained in:
jpekkila
2019-09-24 15:50:20 +03:00
parent 88c3cdf0a5
commit a91da8388c
2 changed files with 9 additions and 7 deletions

View File

@@ -235,4 +235,5 @@ int
yyerror(const char* str)
{
fprintf(stderr, "%s on line %d when processing char %d: [%s]\n", str, yyget_lineno(), *yytext, yytext);
return EXIT_FAILURE;
}