about summary refs log tree commit diff stats
path: root/html/044space_surround.cc.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/044space_surround.cc.html')
-rw-r--r--html/044space_surround.cc.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/html/044space_surround.cc.html b/html/044space_surround.cc.html
index 745e8ffd..3c564c0b 100644
--- a/html/044space_surround.cc.html
+++ b/html/044space_surround.cc.html
@@ -62,6 +62,9 @@ def dummy [  <span class="Comment"># just for the /names: property above</span>
 <span class="Comment"># store to chained space: /*contents of location 12*/20 + /*skip refcount*/1 + /*skip length*/1 + /*index*/1</span>
 <span class="traceContains">+mem: storing 33 in location 23</span>
 
+<span class="Delimiter">:(before &quot;End Checks For Reclaiming Locals&quot;)</span>
+<span class="Normal">if</span> <span class="Delimiter">(</span>space_index<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">))</span> &gt; <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span>
+
 <span class="Comment">//: If you think of a space as a collection of variables with a common</span>
 <span class="Comment">//: lifetime, surrounding allows managing shorter lifetimes inside a longer</span>
 <span class="Comment">//: one.</span>