about summary refs log tree commit diff stats
path: root/html/046global.cc.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/046global.cc.html')
-rw-r--r--html/046global.cc.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/046global.cc.html b/html/046global.cc.html
index 1eb2f4e7..234acdc1 100644
--- a/html/046global.cc.html
+++ b/html/046global.cc.html
@@ -64,10 +64,10 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 <span class="traceContains">+mem: storing 24 in location 23</span>
 
 <span class="Comment">//: to support it, create another special variable called global space</span>
-<span class="Delimiter">:(before &quot;End is_disqualified Cases&quot;)</span>
+<span class="Delimiter">:(before &quot;End is_disqualified Special-cases&quot;)</span>
 <span class="Normal">if</span> <span class="Delimiter">(</span>x<span class="Delimiter">.</span>name == <span class="Constant">&quot;global-space&quot;</span><span class="Delimiter">)</span>
   x<span class="Delimiter">.</span>initialized = <span class="Constant">true</span><span class="Delimiter">;</span>
-<span class="Delimiter">:(before &quot;End is_special_name Cases&quot;)</span>
+<span class="Delimiter">:(before &quot;End is_special_name Special-cases&quot;)</span>
 <span class="Normal">if</span> <span class="Delimiter">(</span>s == <span class="Constant">&quot;global-space&quot;</span><span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span>
 
 <span class="Comment">//: writes to this variable go to a field in the current routine</span>