aboutsummaryrefslogtreecommitdiff
path: root/build/context.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-08-13 14:48:41 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-08-13 14:48:41 +0200
commit9fa5209175dffb881e8ec6c5f6ad4fc54448244a (patch)
treeb937763e9605832f9cac87b846a2996c8727af12 /build/context.cxx
parent467d700c66582471013a07384318d0142d2f3de2 (diff)
Rework postponed logic
Specifically, now postponed is only used by the execution mode logic and rules should not return it directly.
Diffstat (limited to 'build/context.cxx')
-rw-r--r--build/context.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/context.cxx b/build/context.cxx
index 5a9452b..e8ecf74 100644
--- a/build/context.cxx
+++ b/build/context.cxx
@@ -28,6 +28,7 @@ namespace build
const operation_info* current_inner_oif;
const operation_info* current_outer_oif;
execution_mode current_mode;
+ uint64_t dependency_count;
void
reset ()