Commit 3995f0f9 by Kaveh R. Ghazi Committed by Kaveh Ghazi

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

From-SVN: r28931
parent 6c1b3bf2
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
......
......@@ -5341,7 +5341,7 @@ fancy_abort ()
/* Output an error message and exit */
void
static void
fatal VPROTO((const char *msgid, ...))
{
#ifndef ANSI_PROTOTYPES
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment