From 1fb0cf9ef9e616163039fd4df6584c6c2ba68d23 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sat, 12 May 2018 19:55:21 -0700 Subject: 4243 --- html/034address.cc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/034address.cc.html') diff --git a/html/034address.cc.html b/html/034address.cc.html index 0129110f..48fcd0aa 100644 --- a/html/034address.cc.html +++ b/html/034address.cc.html @@ -155,12 +155,12 @@ if ('onhashchange' in window) { 92 bool product_of_new_is_valid(const instruction& inst) { 93 reagent/*copy*/ product = inst.products.at(0); 94 // Update NEW product in Check - 95 if (!product.type || product.type->atom || product.type->left->value != get(Type_ordinal, "address")) + 95 if (!product.type || product.type->atom || product.type->left->value != Address_type_ordinal) 96 return false; 97 drop_from_type(product, "address"); 98 if (SIZE(inst.ingredients) > 1) { 99 // array allocation -100 if (!product.type || product.type->atom || product.type->left->value != get(Type_ordinal, "array")) +100 if (!product.type || product.type->atom || product.type->left->value != Array_type_ordinal) 101 return false; 102 drop_from_type(product, "array"); 103 } -- cgit 1.4.1-2-gfad0