diff options
Diffstat (limited to 'gcc/cp/init.c')
-rw-r--r-- | gcc/cp/init.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/cp/init.c b/gcc/cp/init.c index 4163b1b8949..90e9d90a2fe 100644 --- a/gcc/cp/init.c +++ b/gcc/cp/init.c @@ -25,6 +25,7 @@ Boston, MA 02111-1307, USA. */ #include "system.h" #include "tree.h" #include "rtl.h" +#include "function.h" #include "cp-tree.h" #include "flags.h" #include "output.h" @@ -504,7 +505,7 @@ sort_base_init (t, rbase_ptr, vbase_ptr) Note that emit_base_init does *not* initialize virtual base classes. That is done specially, elsewhere. */ -extern tree base_init_expr, rtl_expr_chain; +extern tree base_init_expr; void emit_base_init (t, immediately) |