aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.h
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1994-03-08 12:51:59 -0800
committerJim Wilson <wilson@gcc.gnu.org>1994-03-08 12:51:59 -0800
commitb81004531956c7ecfd12cd1c65a93fa72c352367 (patch)
tree6d76bba60b3be68fd04241b00b28198d3f779b28 /gcc/function.h
parentf030d6e65282c414c821abd3feac6b2d8178a8ec (diff)
downloadgcc-b81004531956c7ecfd12cd1c65a93fa72c352367.zip
gcc-b81004531956c7ecfd12cd1c65a93fa72c352367.tar.gz
gcc-b81004531956c7ecfd12cd1c65a93fa72c352367.tar.bz2
(struct function): Add momentary_function_firstobj
field. From-SVN: r6724
Diffstat (limited to 'gcc/function.h')
-rw-r--r--gcc/function.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/function.h b/gcc/function.h
index 2760e49..36640b8 100644
--- a/gcc/function.h
+++ b/gcc/function.h
@@ -150,6 +150,7 @@ struct function
char *maybepermanent_firstobj;
char *temporary_firstobj;
char *momentary_firstobj;
+ char *momentary_function_firstobj;
struct obstack *current_obstack;
struct obstack *function_obstack;
struct obstack *function_maybepermanent_obstack;