From f519c44792429ce52cfab09898701bff9c202770 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 31 Jan 2017 09:53:25 +0200 Subject: Add load generation to global variable_map values --- build2/context | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/context') diff --git a/build2/context b/build2/context index 2f0a76f..c443a7a 100644 --- a/build2/context +++ b/build2/context @@ -24,7 +24,7 @@ namespace build2 // The phase can only be changed during serial or exclusive execution // (see below). // - extern enum class run_phase {load, search_match, execute} phase; + extern run_phase phase; // The build system model (internal state) is protected at the top level by // the model mutex. During serial execution the model mutex is unlocked. -- cgit v1.1