From ffc9e66b3505990009e47b461eb03d3eb1635258 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 5 Nov 2017 02:00:26 -0800 Subject: 4109 --- html/045closure_name.cc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/045closure_name.cc.html') diff --git a/html/045closure_name.cc.html b/html/045closure_name.cc.html index ad68b75f..1740cdf2 100644 --- a/html/045closure_name.cc.html +++ b/html/045closure_name.cc.html @@ -66,7 +66,7 @@ if ('onhashchange' in window) { 3 //: the variable in the chained/surrounding space. /space:2 looks up the 4 //: surrounding space of the surrounding space, etc. 5 //: - 6 //: todo: warn on default-space abuse. default-space for one function should + 6 //: todo: warn on default-space abuse. default-space for one recipe should 7 //: never come from another, otherwise memory will be corrupted. 8 9 :(scenario closure) @@ -111,7 +111,7 @@ if ('onhashchange' in window) { 48 ¦ ¦ if (is_literal(inst.products.at(j))) continue; 49 ¦ ¦ if (inst.products.at(j).name != "0") continue; 50 ¦ ¦ if (!is_mu_space(inst.products.at(j))) { - 51 ¦ ¦ ¦ raise << "slot 0 should always have type address:array:location, but is '" << to_string(inst.products.at(j)) << "'\n" << end(); + 51 ¦ ¦ ¦ raise << "slot 0 should always have type address:array:location, but is '" << to_string(inst.products.at(j)) << "'\n" << end(); 52 ¦ ¦ ¦ continue; 53 ¦ ¦ } 54 ¦ ¦ string_tree* s = property(inst.products.at(j), "names"); -- cgit 1.4.1-2-gfad0