summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gcc/function.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/gcc/function.h')
-rw-r--r--gnu/usr.bin/gcc/function.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/gcc/function.h b/gnu/usr.bin/gcc/function.h
index d1a5b3115b0..5849e3e25f0 100644
--- a/gnu/usr.bin/gcc/function.h
+++ b/gnu/usr.bin/gcc/function.h
@@ -1,5 +1,5 @@
/* Structure for saving state for a nested function.
- Copyright (C) 1989, 92, 93, 94, 95, 96, 1997 Free Software Foundation, Inc.
+ Copyright (C) 1989, 92-97, 1998 Free Software Foundation, Inc.
This file is part of GNU CC.
@@ -108,6 +108,8 @@ struct function
int function_call_count;
struct temp_slot *temp_slots;
int temp_slot_level;
+ int target_temp_slot_level;
+ int var_temp_slot_level;
/* This slot is initialized as 0 and is added to
during the nested function. */
struct var_refs_queue *fixup_var_refs_queue;