Better code style in some of the acc source files
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user