summaryrefslogtreecommitdiff
path: root/gcc/c-common.c
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1996-07-03 18:21:37 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1996-07-03 18:21:37 -0400
commit31837ce2fcbe4ceeaef1a0c821de727df8ee17e6 (patch)
tree119a1918c3e9e3c9ed228244e6bdd4ce2754740d /gcc/c-common.c
parent0f41302f4736dbb0fbf4690d6430ce581c5a9d80 (diff)
downloadgcc-31837ce2fcbe4ceeaef1a0c821de727df8ee17e6.tar.gz
(record_function_format): Define as static.
From-SVN: r12391
Diffstat (limited to 'gcc/c-common.c')
-rw-r--r--gcc/c-common.c2
1 files changed, 1 insertions, 1 deletions
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;