From b81004531956c7ecfd12cd1c65a93fa72c352367 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Tue, 8 Mar 1994 12:51:59 -0800 Subject: [PATCH] (struct function): Add momentary_function_firstobj field. From-SVN: r6724 --- gcc/function.h | 1 + 1 file changed, 1 insertion(+) 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; -- 2.30.2