about summary refs log tree commit diff stats
path: root/html/053rewrite_stash.cc.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/053rewrite_stash.cc.html')
-rw-r--r--html/053rewrite_stash.cc.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/html/053rewrite_stash.cc.html b/html/053rewrite_stash.cc.html
index 6bef7eed..a076a54f 100644
--- a/html/053rewrite_stash.cc.html
+++ b/html/053rewrite_stash.cc.html
@@ -37,9 +37,10 @@ Transform<span class="Delimiter">.</span>push_back<span class="Delimiter">(</spa
 <span class="Delimiter">:(code)</span>
 void rewrite_stashes_to_text<span class="Delimiter">(</span>recipe_ordinal r<span class="Delimiter">)</span> <span class="Delimiter">{</span>
   recipe&amp; caller = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">);</span>
+  trace<span class="Delimiter">(</span><span class="Constant">9991</span><span class="Delimiter">,</span> <span class="Constant">&quot;transform&quot;</span><span class="Delimiter">)</span> &lt;&lt; <span class="Constant">&quot;--- rewrite 'stash' instructions in recipe &quot;</span> &lt;&lt; caller<span class="Delimiter">.</span>name &lt;&lt; end<span class="Delimiter">();</span>
   if <span class="Delimiter">(</span>contains_named_locations<span class="Delimiter">(</span>caller<span class="Delimiter">))</span>
     rewrite_stashes_to_text_named<span class="Delimiter">(</span>caller<span class="Delimiter">);</span>
-  <span class="Comment">// in recipes without named locations, 'stash' is still not configurable</span>
+  <span class="Comment">// in recipes without named locations, 'stash' is still not extensible</span>
 <span class="Delimiter">}</span>
 
 bool contains_named_locations<span class="Delimiter">(</span>const recipe&amp; caller<span class="Delimiter">)</span> <span class="Delimiter">{</span>