From 31837ce2fcbe4ceeaef1a0c821de727df8ee17e6 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Wed, 3 Jul 1996 18:21:37 -0400 Subject: [PATCH] (record_function_format): Define as static. From-SVN: r12391 --- gcc/c-common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/c-common.c b/gcc/c-common.c index 3330c73cce7..31236f9ac80 100644 --- a/gcc/c-common.c +++ b/gcc/c-common.c @@ -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; -- 2.30.2