* gcc.c (fatal): Make definition static to match prototype.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Fri, 27 Aug 1999 13:50:23 +0000 (13:50 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Fri, 27 Aug 1999 13:50:23 +0000 (13:50 +0000)
From-SVN: r28931

gcc/ChangeLog
gcc/gcc.c

index 6e6ffd4c575eb50f63d091641017ab4d787ac23a..e8e6485eebf0c3555becad5776eb353e10ae6840 100644 (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
index f62ac40a9a33c61c83e46f5ad30dfb738a38aa19..c01f2bd6e298fa2e842ddecdb9f5b1a15ad1e3c4 100644 (file)
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -5341,7 +5341,7 @@ fancy_abort ()
 \f
 /* Output an error message and exit */
 
-void
+static void
 fatal VPROTO((const char *msgid, ...))
 {
 #ifndef ANSI_PROTOTYPES