diff options
author | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-03-08 20:51:59 +0000 |
---|---|---|
committer | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-03-08 20:51:59 +0000 |
commit | 37a23433172eb7ea334fe7ad333fc7d948a2314c (patch) | |
tree | 6d76bba60b3be68fd04241b00b28198d3f779b28 /gcc/function.h | |
parent | 45a5b2fbc12e9e24fe3f0189a9f36b7985285706 (diff) | |
download | gcc-37a23433172eb7ea334fe7ad333fc7d948a2314c.tar.gz |
(struct function): Add momentary_function_firstobj
field.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6724 138bc75d-0d04-0410-961f-82ee72b054a4
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 2760e49e927..36640b8743b 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; |