diff options
Diffstat (limited to 'gcc/config/pyr/pyr.h')
-rw-r--r-- | gcc/config/pyr/pyr.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/pyr/pyr.h b/gcc/config/pyr/pyr.h index f40d0300832..e4395029189 100644 --- a/gcc/config/pyr/pyr.h +++ b/gcc/config/pyr/pyr.h @@ -783,9 +783,6 @@ extern void* pyr_function_arg (); /* This should return non-zero when we really set up a frame pointer. Otherwise, GCC is directed to preserve sp by returning zero. */ -extern int current_function_pretend_args_size; -extern int current_function_args_size; -extern int current_function_calls_alloca; #define EXIT_IGNORE_STACK \ (get_frame_size () + current_function_pretend_args_size \ + current_function_args_size != 0 \ |