From 276a0796a97b0a312c0071bba0bf924b5f5c6eee Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 31 Mar 2015 06:36:46 +0200 Subject: Rename root_scope to global_scope To avoid confusion with project's root scopes. --- build/b.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/b.cxx') diff --git a/build/b.cxx b/build/b.cxx index bd02052..e231aa3 100644 --- a/build/b.cxx +++ b/build/b.cxx @@ -253,7 +253,7 @@ main (int argc, char* argv[]) break; parser p; - t = p.parse_variable (l, *root_scope, t.name (), tt); + t = p.parse_variable (l, *global_scope, t.name (), tt); if (t.type () != token_type::eos) fail << "unexpected " << t << " in variable " << s; -- cgit v1.1