add errors_occurred flag

This commit is contained in:
David Rose 2004-07-27 15:42:17 +00:00
parent d4447cf753
commit 7fdb08d000

View File

@ -477,7 +477,7 @@ main(int argc, char *argv[]) {
} }
if (errors_occurred) { if (errors_occurred) {
cerr << "Errors occurred during processing.\n"; cerr << "Errors occurred during ppremake.\n";
return (1); return (1);
} else { } else {