mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-29 20:20:43 +00:00
be a little clearer about cpp errors
This commit is contained in:
parent
f3b0146b3d
commit
95bbb6803d
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ preprocess_file (const char *filename)
|
|||
// printf ("%s ", *a);
|
||||
//puts("");
|
||||
execvp (cpp_argv[0], (char **)cpp_argv);
|
||||
fprintf (stderr, "Child shouldn't reach here\n");
|
||||
perror (cpp_argv[0]);
|
||||
exit (1);
|
||||
} else {
|
||||
// give parental guidance (or bury it in the back yard)
|
||||
|
|
Loading…
Reference in a new issue