diff options
Diffstat (limited to 'gcc/c-decl.c')
-rw-r--r-- | gcc/c-decl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-decl.c b/gcc/c-decl.c index 48f9813..8b75ab7 100644 --- a/gcc/c-decl.c +++ b/gcc/c-decl.c @@ -6158,7 +6158,7 @@ start_function (tree declspecs, tree declarator, tree attributes) definitions (prototype format). The parms already have decls, so we need only record them as in effect and complain if any redundant old-style parm decls were written. */ -static void +void store_parm_decls_newstyle (tree fndecl, tree arg_info) { tree decl; |