From 1d6e68fda762535fa8508f94ca254a79f293edb2 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 24 Jul 2015 16:39:55 +0200 Subject: Add support for generated test input/output --- build/context | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build/context') 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; -- cgit v1.1