From 2b25071710656d7a755c2f66c99734cd7990d1ba Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 26 May 2017 16:43:18 -0700 Subject: 3877 --- html/043space.cc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/043space.cc.html') diff --git a/html/043space.cc.html b/html/043space.cc.html index 6d63636a..ccdf1fde 100644 --- a/html/043space.cc.html +++ b/html/043space.cc.html @@ -128,7 +128,7 @@ if ('onhashchange' in window) { 62 if (is_raw(x) || is_dummy(x)) return; 63 if (x.name == "default-space") return; 64 if (!x.initialized) - 65 ¦ raise << current_instruction().original_string << ": reagent not initialized: '" << x.original_string << "'\n" << end(); + 65 ¦ raise << to_original_string(current_instruction()) << ": reagent not initialized: '" << x.original_string << "'\n" << end(); 66 x.set_value(address(x.value, space_base(x))); 67 x.properties.push_back(pair<string, string_tree*>("raw", NULL)); 68 assert(is_raw(x)); @@ -377,7 +377,7 @@ if ('onhashchange' in window) { 311 312 void rewrite_default_space_instruction(instruction& curr) { 313 if (!curr.ingredients.empty()) -314 ¦ raise << "'" << curr.original_string << "' can't take any ingredients\n" << end(); +314 ¦ raise << "'" << to_original_string(curr) << "' can't take any ingredients\n" << end(); 315 curr.name = "new"; 316 curr.ingredients.push_back(reagent("location:type")); 317 curr.ingredients.push_back(reagent("number-of-locals:literal")); -- cgit 1.4.1-2-gfad0