diff options
Diffstat (limited to 'gcc/c-common.c')
-rw-r--r-- | gcc/c-common.c | 2 |
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; |