aboutsummaryrefslogtreecommitdiff
path: root/build/context
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-02-24 08:27:04 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-02-24 08:27:04 +0200
commitfdb050b4b1b966683ff00dd14b268fe395492358 (patch)
treeb4da8e293eef9d8682c14cf64f2ed25cc1cc75ab /build/context
parent52925684387496e83425c79f74b29a91943466a7 (diff)
Use prefix_map for scopes, establish root scope
Diffstat (limited to 'build/context')
-rw-r--r--build/context3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/context b/build/context
index c177603..4f5b029 100644
--- a/build/context
+++ b/build/context
@@ -21,6 +21,9 @@ namespace build
extern path src_base;
extern path out_base;
+ class scope;
+ extern scope* root_scope;
+
// Return the src/out directory corresponding to the given out/src. The
// passed directory should be a sub-directory of out/src_root.
//