From 9400ddfc949025abddb04344624fba3945562d33 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 7 Mar 2019 14:30:28 +0200 Subject: Move bunch of root scope-only data members to root_extra --- build2/operation.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build2/operation.cxx') diff --git a/build2/operation.cxx b/build2/operation.cxx index facd1fc..74db2f3 100644 --- a/build2/operation.cxx +++ b/build2/operation.cxx @@ -524,8 +524,8 @@ namespace build2 << "out_root: " << cast (rs[var_out_root]) << endl << "amalgamation: " << cast_empty (rs[var_amalgamation]) << endl << "subprojects: " << cast_empty (rs[var_subprojects]) << endl - << "operations:"; print_ops (rs.operations, operation_table); cout << endl - << "meta-operations:"; print_ops (rs.meta_operations, meta_operation_table); cout << endl; + << "operations:"; print_ops (rs.root_extra->operations, operation_table); cout << endl + << "meta-operations:"; print_ops (rs.root_extra->meta_operations, meta_operation_table); cout << endl; } } -- cgit v1.1