aboutsummaryrefslogtreecommitdiff
path: root/build/context
diff options
context:
space:
mode:
Diffstat (limited to 'build/context')
-rw-r--r--build/context3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/context b/build/context
index ad9c091..c8200b7 100644
--- a/build/context
+++ b/build/context
@@ -28,7 +28,8 @@ namespace build
// Current action (meta/operation).
//
extern const meta_operation_info* current_mif;
- extern const operation_info* current_oif;
+ extern const operation_info* current_inner_oif;
+ extern const operation_info* current_outer_oif;
extern execution_mode current_mode;