mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +00:00
stop processing files after errors have occured
This commit is contained in:
parent
6dfee9968b
commit
9c2398d923
1 changed files with 1 additions and 1 deletions
|
@ -917,7 +917,7 @@ Options: \n\
|
|||
s_file = ReuseString (filename);
|
||||
pr_source_line = 1;
|
||||
clear_frame_macros ();
|
||||
if (yyparse ())
|
||||
if (yyparse () || pr_error_count)
|
||||
return 1;
|
||||
fclose (yyin);
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue