From 37a23433172eb7ea334fe7ad333fc7d948a2314c Mon Sep 17 00:00:00 2001 From: wilson Date: Tue, 8 Mar 1994 20:51:59 +0000 Subject: (struct function): Add momentary_function_firstobj field. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6724 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/function.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/function.h') 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; -- cgit v1.2.1