OSDN Git Service

(record_function_format): Define as static.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Jul 1996 22:21:37 +0000 (22:21 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Jul 1996 22:21:37 +0000 (22:21 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12391 138bc75d-0d04-0410-961f-82ee72b054a4

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;