summaryrefslogtreecommitdiff
path: root/gcc/function.h
diff options
context:
space:
mode:
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>1994-03-08 20:51:59 +0000
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>1994-03-08 20:51:59 +0000
commit37a23433172eb7ea334fe7ad333fc7d948a2314c (patch)
tree6d76bba60b3be68fd04241b00b28198d3f779b28 /gcc/function.h
parent45a5b2fbc12e9e24fe3f0189a9f36b7985285706 (diff)
downloadgcc-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.h1
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;