diff options
author | Per Bothner <bothner@gcc.gnu.org> | 1996-06-07 00:31:46 -0700 |
---|---|---|
committer | Per Bothner <bothner@gcc.gnu.org> | 1996-06-07 00:31:46 -0700 |
commit | c8fb2307d569a7bfe725a238d853c10851bec4dc (patch) | |
tree | cd3b4dac0d9a6f22d113865acf2c271fce9a03b7 /gcc | |
parent | e2f79f3c038687310e4230478fdaecfde214eee2 (diff) | |
download | gcc-c8fb2307d569a7bfe725a238d853c10851bec4dc.zip gcc-c8fb2307d569a7bfe725a238d853c10851bec4dc.tar.gz gcc-c8fb2307d569a7bfe725a238d853c10851bec4dc.tar.bz2 |
* cpperror.c (fatal): Removed function.
From-SVN: r12208
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cpperror.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc/cpperror.c b/gcc/cpperror.c index 29bd9c8..fc02c04 100644 --- a/gcc/cpperror.c +++ b/gcc/cpperror.c @@ -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) |