(record_function_format): Define as static.
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 3 Jul 1996 22:21:37 +0000 (18:21 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 3 Jul 1996 22:21:37 +0000 (18:21 -0400)
From-SVN: r12391

gcc/c-common.c

index 3330c73..31236f9 100644 (file)
@@ -922,7 +922,7 @@ record_function_format (name, assembler_name, is_scan,
    the number of the argument which is the format control string (starting
    from 1).  */
 
-void
+static void
 record_international_format (name, assembler_name, format_num)
       tree name;
       tree assembler_name;