From 9fa5209175dffb881e8ec6c5f6ad4fc54448244a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 13 Aug 2015 14:48:41 +0200 Subject: Rework postponed logic Specifically, now postponed is only used by the execution mode logic and rules should not return it directly. --- build/context.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'build/context.cxx') 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 () -- cgit v1.1