* gcc.c (fatal): Make definition static to match prototype.

From-SVN: r28931
This commit is contained in:
Kaveh R. Ghazi 1999-08-27 13:50:23 +00:00 committed by Kaveh Ghazi
parent 6c1b3bf290
commit 3995f0f9f2
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -5341,7 +5341,7 @@ fancy_abort ()
/* Output an error message and exit */
void
static void
fatal VPROTO((const char *msgid, ...))
{
#ifndef ANSI_PROTOTYPES