projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2f79f3
)
* cpperror.c (fatal): Removed function.
author
Per Bothner
<bothner@gcc.gnu.org>
Fri, 7 Jun 1996 07:31:46 +0000
(
00:31
-0700)
committer
Per Bothner
<bothner@gcc.gnu.org>
Fri, 7 Jun 1996 07:31:46 +0000
(
00:31
-0700)
From-SVN: r12208
gcc/cpperror.c
patch
|
blob
|
history
diff --git
a/gcc/cpperror.c
b/gcc/cpperror.c
index 29bd9c8b85a21d297e355936f9acebe3642e5c47..fc02c048e64276738cedb5547ff47094ad29f3a4 100644
(file)
--- 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);
-}
-
\f
void
cpp_pfatal_with_name (pfile, name)