diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1994-03-08 12:51:59 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1994-03-08 12:51:59 -0800 |
commit | b81004531956c7ecfd12cd1c65a93fa72c352367 (patch) | |
tree | 6d76bba60b3be68fd04241b00b28198d3f779b28 /gcc/function.h | |
parent | f030d6e65282c414c821abd3feac6b2d8178a8ec (diff) | |
download | gcc-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.h | 1 |
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; |