From bfa3f5ba3930fb3919d94e97929a2b962d104e10 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 2 Jun 2017 00:44:32 -0700 Subject: 3900 --- html/046global.cc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/046global.cc.html') diff --git a/html/046global.cc.html b/html/046global.cc.html index 9737ee56..22eee5ec 100644 --- a/html/046global.cc.html +++ b/html/046global.cc.html @@ -106,7 +106,7 @@ if ('onhashchange' in window) { 43 :(after "Begin Preprocess write_memory(x, data)") 44 if (x.name == "global-space") { 45 if (!scalar(data) || !is_space(x)) -46 ¦ raise << maybe(current_recipe_name()) << "'global-space' should be of type address:array:location, but tried to write '" << to_string(x.type) << "'\n" << end(); +46 ¦ raise << maybe(current_recipe_name()) << "'global-space' should be of type address:array:location, but tried to write '" << to_string(x.type) << "'\n" << end(); 47 if (Current_routine->global_space) 48 ¦ raise << "routine already has a global-space; you can't over-write your globals" << end(); 49 Current_routine->global_space = data.at(0); -- cgit 1.4.1-2-gfad0