OSDN Git Service

(struct function): Add momentary_function_firstobj
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 8 Mar 1994 20:51:59 +0000 (20:51 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 8 Mar 1994 20:51:59 +0000 (20:51 +0000)
field.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6724 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/function.h

index 2760e49..36640b8 100644 (file)
@@ -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;