summaryrefslogtreecommitdiff
path: root/gcc/c-common.c
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1996-07-03 22:21:37 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1996-07-03 22:21:37 +0000
commita5c74c6a8adb86e1139105d9b19fdf89cb1b1a90 (patch)
tree119a1918c3e9e3c9ed228244e6bdd4ce2754740d /gcc/c-common.c
parenta92771b8eeb748b4e841f0ebca91514203a3fc2b (diff)
downloadgcc-a5c74c6a8adb86e1139105d9b19fdf89cb1b1a90.tar.gz
(record_function_format): Define as static.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12391 138bc75d-0d04-0410-961f-82ee72b054a4
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;