From 2e8c5d39157d1178ad453c86d94d4e1830d8dfe6 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 8 Jul 2015 13:26:02 -0700 Subject: 1723 Some reorg before we start plumbing 'reply' from 'run-interactive' to return a string containing the results. --- 034call.cc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '034call.cc') diff --git a/034call.cc b/034call.cc index 6d820809..45251b52 100644 --- a/034call.cc +++ b/034call.cc @@ -107,10 +107,7 @@ inline const vector& routine::steps() const { // when we reach the end of one call, we may reach the end of the one below // it, and the one below that, and so on while (current_step_index() >= SIZE(Current_routine->steps())) { - if (current_recipe_name() == "interactive") { -//? trace("foo") << "showing warnings again"; //? 1 - Hide_warnings = false; - } + // Falling Through End Of Recipe --Callstack_depth; //? cerr << "reply " << Current_routine->calls.size() << '\n'; //? 2 Current_routine->calls.pop_front(); -- cgit 1.4.1-2-gfad0