From: Jim Wilson Date: Tue, 8 Mar 1994 20:51:59 +0000 (-0800) Subject: (struct function): Add momentary_function_firstobj X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b81004531956c7ecfd12cd1c65a93fa72c352367;p=gcc.git (struct function): Add momentary_function_firstobj field. From-SVN: r6724 --- 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;