fix incompatable pointer type

This commit is contained in:
Chris Ison 2004-01-12 05:36:23 +00:00
parent 9113ea6fd4
commit 34f98e5a88
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ preprocess_file (const char *filename)
puts("");
}
status = spawnvp (_P_WAIT, cpp_argv[0], (char **)cpp_argv);
status = spawnvp (_P_WAIT, cpp_argv[0], (const char **)cpp_argv);
if (status) {
fprintf (stderr, "%s: cpp returned error code %d\n",