From 51728d9334f642958f80bf442b40a76decdccafe Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 19 Aug 2017 05:53:31 -0700 Subject: 3971 --- html/042name.cc.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'html/042name.cc.html') diff --git a/html/042name.cc.html b/html/042name.cc.html index 627c77b2..5ba9de66 100644 --- a/html/042name.cc.html +++ b/html/042name.cc.html @@ -118,7 +118,7 @@ if ('onhashchange' in window) { 53 ¦ ¦ if (is_disqualified(ingredient, inst, caller.name)) continue; 54 ¦ ¦ if (is_numeric_location(ingredient)) numeric_locations_used = true; 55 ¦ ¦ if (is_named_location(ingredient)) names_used = true; - 56 ¦ ¦ if (is_integer(ingredient.name)) continue; + 56 ¦ ¦ if (is_integer(ingredient.name)) continue; 57 ¦ ¦ if (!already_transformed(ingredient, names)) { 58 ¦ ¦ ¦ raise << maybe(caller.name) << "tried to read ingredient '" << ingredient.name << "' in '" << to_original_string(inst) << "' but it hasn't been written to yet\n" << end(); 59 ¦ ¦ ¦ // use-before-set Error @@ -140,7 +140,7 @@ if ('onhashchange' in window) { 75 ¦ ¦ if (is_disqualified(product, inst, caller.name)) continue; 76 ¦ ¦ if (is_numeric_location(product)) numeric_locations_used = true; 77 ¦ ¦ if (is_named_location(product)) names_used = true; - 78 ¦ ¦ if (is_integer(product.name)) continue; + 78 ¦ ¦ if (is_integer(product.name)) continue; 79 ¦ ¦ if (names.find(product.name) == names.end()) { 80 ¦ ¦ ¦ trace(9993, "name") << "assign " << product.name << " " << curr_idx << end(); 81 ¦ ¦ ¦ names[product.name] = curr_idx; @@ -207,7 +207,7 @@ if ('onhashchange' in window) { 142 if (is_literal(x)) return false; 143 if (is_raw(x)) return false; 144 if (x.name == "0") return false; // used for chaining lexical scopes -145 return is_integer(x.name); +145 return is_integer(x.name); 146 } 147 148 bool is_named_location(const reagent& x) { -- cgit 1.4.1-2-gfad0