diff options
Diffstat (limited to 'gcc/function.h')
-rw-r--r-- | gcc/function.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |