mirror of
https://github.com/cc65/cc65.git
synced 2025-01-10 19:29:45 +00:00
Fixed exit code #974
This commit is contained in:
parent
ac4866c027
commit
659d1729eb
@ -409,7 +409,7 @@ yylook()
|
||||
if(testbreak==5)
|
||||
{
|
||||
fprintf(yyout,"yylook: error, aborted after 5 loops\n");
|
||||
exit(0);
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
testbreak++;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user