diff options
Diffstat (limited to 'gcc/function.h')
-rw-r--r-- | gcc/function.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/function.h b/gcc/function.h index 2d59d23..11b97c1 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -178,6 +178,8 @@ struct function GTY(()) inlining */ tree saved_args; tree saved_static_chain_decl; + tree saved_blocks; + tree saved_unexpanded_var_list; /* For function.c. */ |