From 9e91a21ef385e33ca373e4308ca3227c228fe09b Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 25 Feb 2016 22:18:05 -0800 Subject: 2710 --- html/043space.cc.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'html/043space.cc.html') diff --git a/html/043space.cc.html b/html/043space.cc.html index 777562dd..3c17a04e 100644 --- a/html/043space.cc.html +++ b/html/043space.cc.html @@ -22,7 +22,6 @@ body { font-family: monospace; color: #eeeeee; background-color: #080808; } .Special { color: #ff6060; } .Identifier { color: #804000; } .Constant { color: #00a0a0; } -.CommentedCode { color: #6c6c6c; } --> @@ -301,7 +300,6 @@ void check_default_space(const recipe_ordinal r(caller.steps.at(0).products.empty() || caller.steps.at(0).products.at(0).name != "default-space") { raise_error << maybe(caller.name) << " does not seem to start with default-space or local-scope\n" << end(); -//? cerr << maybe(caller.name) << " does not seem to start with default-space or local-scope\n" << '\n'; } } :(after "Load .mu Core") @@ -316,10 +314,8 @@ bool contains_non_special_name(const recipe_ordin for (map<string, long long int>::iterator p = Name[r].begin(); p != Name[r].end(); ++p) { if (p->first.empty()) continue; if (p->first.find("stash_") == 0) continue; // generated by rewrite_stashes_to_text (cross-layer) - if (!is_special_name(p->first)) { -//? cerr << " " << get(Recipe, r).name << ": " << p->first << '\n'; + if (!is_special_name(p->first)) return true; - } } return false; } -- cgit 1.4.1-2-gfad0