Commit c8fb2307 by Per Bothner

* cpperror.c (fatal): Removed function.

From-SVN: r12208
parent e2f79f3c
......@@ -119,17 +119,6 @@ cpp_fatal (pfile, str, arg)
fprintf (stderr, "%s: ", progname);
cpp_message (pfile, 2, str, arg);
}
void
fatal (str, arg)
char *str, *arg;
{
fprintf (stderr, "%s: ", progname);
fprintf (stderr, str, arg);
fprintf (stderr, "\n");
exit (FATAL_EXIT_CODE);
}
void
cpp_pfatal_with_name (pfile, name)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment