From: Kaveh R. Ghazi Date: Fri, 27 Aug 1999 13:50:23 +0000 (+0000) Subject: * gcc.c (fatal): Make definition static to match prototype. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3995f0f9f2b142b7fd88c59a44a387ad159201c5;p=gcc.git * gcc.c (fatal): Make definition static to match prototype. From-SVN: r28931 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6e6ffd4c575..e8e6485eebf 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Fri Aug 27 09:48:59 1999 Kaveh R. Ghazi + + * gcc.c (fatal): Make definition static to match prototype. + Fri Aug 27 10:33:35 1999 Bernd Schmidt * 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 f62ac40a9a3..c01f2bd6e29 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