aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
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/gcc.c
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/gcc.c')
-rw-r--r--gcc/gcc.c2
1 files changed, 1 insertions, 1 deletions
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