From 3995f0f9f2b142b7fd88c59a44a387ad159201c5 Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Fri, 27 Aug 1999 13:50:23 +0000 Subject: [PATCH] * gcc.c (fatal): Make definition static to match prototype. From-SVN: r28931 --- gcc/ChangeLog | 4 ++++ gcc/gcc.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.30.2