(struct function): Add momentary_function_firstobj
authorJim Wilson <wilson@gcc.gnu.org>
Tue, 8 Mar 1994 20:51:59 +0000 (12:51 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Tue, 8 Mar 1994 20:51:59 +0000 (12:51 -0800)
field.

From-SVN: r6724

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;