aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>1999-08-27 13:50:23 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>1999-08-27 13:50:23 +0000
commit3995f0f9f2b142b7fd88c59a44a387ad159201c5 (patch)
treea2541d3c7935d8d4355962a3b215c09811133d1e /gcc
parent6c1b3bf290b57d8adb19bda3ae15368a4a402a01 (diff)
downloadgcc-3995f0f9f2b142b7fd88c59a44a387ad159201c5.zip
gcc-3995f0f9f2b142b7fd88c59a44a387ad159201c5.tar.gz
gcc-3995f0f9f2b142b7fd88c59a44a387ad159201c5.tar.bz2
* gcc.c (fatal): Make definition static to match prototype.
From-SVN: r28931
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/gcc.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 6e6ffd4..e8e6485 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+Fri Aug 27 09:48:59 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+
+ * gcc.c (fatal): Make definition static to match prototype.
+
Fri Aug 27 10:33:35 1999 Bernd Schmidt <bernds@cygnus.co.uk>
* combine.c (get_last_value): Don't look for earlier sets if the last
diff --git a/gcc/gcc.c b/gcc/gcc.c
index f62ac40..c01f2bd 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -5341,7 +5341,7 @@ fancy_abort ()
/* Output an error message and exit */
-void
+static void
fatal VPROTO((const char *msgid, ...))
{
#ifndef ANSI_PROTOTYPES