]> gcc.gnu.org Git - gcc.git/commitdiff
(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 2760e49e927a318542aa645cb9e7291c0b8cbe89..36640b8743bbb7edf779079e1273b7fe790c17b1 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;
This page took 0.327415 seconds and 5 git commands to generate.