diff options
Diffstat (limited to 'gcc/function.c')
| -rw-r--r-- | gcc/function.c | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/gcc/function.c b/gcc/function.c index cc237d4eea4..ce2020ee3a4 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -4209,8 +4209,7 @@ uninitialized_vars_warning (block)     but for arguments instead of local variables.  */  void -setjmp_args_warning (block) -     tree block; +setjmp_args_warning ()  {    register tree decl;    for (decl = DECL_ARGUMENTS (current_function_decl); | 

