add errors_occurred flag
This commit is contained in:
parent
d4447cf753
commit
7fdb08d000
|
|
@ -477,7 +477,7 @@ main(int argc, char *argv[]) {
|
|||
}
|
||||
|
||||
if (errors_occurred) {
|
||||
cerr << "Errors occurred during processing.\n";
|
||||
cerr << "Errors occurred during ppremake.\n";
|
||||
return (1);
|
||||
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue