From: Richard Kenner Date: Wed, 3 Jul 1996 22:21:37 +0000 (-0400) Subject: (record_function_format): Define as static. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=31837ce2fcbe4ceeaef1a0c821de727df8ee17e6;p=gcc.git (record_function_format): Define as static. From-SVN: r12391 --- 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;