From 598f1b5362eb799e40836ceeb5452c9ba937fd6c Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 7 Feb 2017 00:22:08 -0800 Subject: 3746 --- html/071recipe.cc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/071recipe.cc.html') diff --git a/html/071recipe.cc.html b/html/071recipe.cc.html index 5ecfdb46..e957e635 100644 --- a/html/071recipe.cc.html +++ b/html/071recipe.cc.html @@ -92,7 +92,7 @@ if ('onhashchange' in window) { 30 :(before "End Mu Types Initialization") 31 put(Type_ordinal, "recipe-literal", 0); 32 // 'recipe' variables can store recipe-literal - 33 type_ordinal recipe = put(Type_ordinal, "recipe", Next_type_ordinal++); + 33 type_ordinal recipe = put(Type_ordinal, "recipe", Next_type_ordinal++); 34 get_or_insert(Type, recipe).name = "recipe"; 35 36 :(after "Begin transform_names Ingredient Special-cases(ingredient, inst, caller)") @@ -117,7 +117,7 @@ if ('onhashchange' in window) { 55 } 56 void initialize_recipe_literal(reagent& x) { 57 x.type = new type_tree("recipe-literal"); - 58 x.set_value(get(Recipe_ordinal, x.name)); + 58 x.set_value(get(Recipe_ordinal, x.name)); 59 } 60 bool contains_reagent_with_type(const recipe& caller, const string& name) { 61 for (int i = 0; i < SIZE(caller.steps); ++i) { -- cgit 1.4.1-2-gfad0