* toplev.c (print_switch_values): Make static to match prototype.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Mon, 7 Sep 1998 20:35:41 +0000 (20:35 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Mon, 7 Sep 1998 20:35:41 +0000 (20:35 +0000)
From-SVN: r22313

gcc/ChangeLog
gcc/toplev.c

index dde533cef5b725dda1ff730c5d8b01c6e8a2b627..6edafc9abdc8f84df13c32aeaa65bc4e2c945ad1 100644 (file)
@@ -1,3 +1,7 @@
+Mon Sep  7 23:30:07 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * toplev.c (print_switch_values): Make static to match prototype.
+
 Mon Sep  7 19:13:59 1998  Jeffrey A Law  (law@cygnus.com)
 
        * configure.in: If we are unable to find the "gnatbind" program,
index f850cab9941cd5ec2bcac79a093d0c1d5153a31e..8696b77834d74a392a7b9900273f9c67e1a3b20a 100644 (file)
@@ -4962,7 +4962,7 @@ print_single_switch (file, pos, max, indent, sep, term, type, name)
    Each line begins with INDENT and ends with TERM.
    Each switch is separated from the next by SEP.  */
 
-void
+static void
 print_switch_values (file, pos, max, indent, sep, term)
      FILE *file;
      int pos, max;