Fixed exit code #974
This commit is contained in:
parent
ac4866c027
commit
659d1729eb
1 changed files with 1 additions and 1 deletions
|
@ -409,7 +409,7 @@ yylook()
|
|||
if(testbreak==5)
|
||||
{
|
||||
fprintf(yyout,"yylook: error, aborted after 5 loops\n");
|
||||
exit(0);
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
testbreak++;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue