From 6aea156edd8ec917b12da3ad17d3a8539d76b0ec Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 3 May 2015 10:57:28 -0700 Subject: 1244 --- cpp/049scenario_helpers.cc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'cpp/049scenario_helpers.cc') diff --git a/cpp/049scenario_helpers.cc b/cpp/049scenario_helpers.cc index d5b755f2..c4a5cb54 100644 --- a/cpp/049scenario_helpers.cc +++ b/cpp/049scenario_helpers.cc @@ -12,11 +12,6 @@ recipe main [ ] +mem: storing 13 in location 1 -:(before "End Globals") -size_t Num_temporary_recipes = 0; -:(before "End Setup") -Num_temporary_recipes = 0; - :(before "End Primitive Recipe Declarations") RUN, :(before "End Primitive Recipe Numbers") @@ -25,7 +20,7 @@ Recipe_number["run"] = RUN; case RUN: { //? cout << "recipe " << current_instruction().ingredients[0].name << '\n'; //? 1 ostringstream tmp; - tmp << "recipe tmp" << Num_temporary_recipes++ << " [ " << current_instruction().ingredients[0].name << " ]"; + tmp << "recipe run" << Next_recipe_number << " [ " << current_instruction().ingredients[0].name << " ]"; //? Show_rest_of_stream = true; //? 1 vector tmp_recipe = load(tmp.str()); transform_all(); -- cgit 1.4.1-2-gfad0