Fixed exit code #974
This commit is contained in:
@@ -409,7 +409,7 @@ yylook()
|
||||
if(testbreak==5)
|
||||
{
|
||||
fprintf(yyout,"yylook: error, aborted after 5 loops\n");
|
||||
exit(0);
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
testbreak++;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user