diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-03-31 06:36:46 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-03-31 06:36:46 +0200 |
commit | 276a0796a97b0a312c0071bba0bf924b5f5c6eee (patch) | |
tree | ca876a7af9a63250b85efb973acc72b30c67143a /build/b.cxx | |
parent | 618c44ec5e85f7d07540234a0de9fac6e2913243 (diff) |
Rename root_scope to global_scope
To avoid confusion with project's root scopes.
Diffstat (limited to 'build/b.cxx')
-rw-r--r-- | build/b.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |