about summary refs log tree commit diff stats
path: root/html/011load.cc.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/011load.cc.html')
-rw-r--r--html/011load.cc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/011load.cc.html b/html/011load.cc.html
index 082b5167..dff74266 100644
--- a/html/011load.cc.html
+++ b/html/011load.cc.html
@@ -436,7 +436,7 @@ if ('onhashchange' in window) {
 <span id="L372" class="LineNr">372 </span><span class="Comment">//: we'll want to disable the errors.</span>
 <span id="L373" class="LineNr">373 </span><span class="Delimiter">:(before &quot;End Globals&quot;)</span>
 <span id="L374" class="LineNr">374 </span><span class="Normal">bool</span> Disable_redefine_checks = <span class="Constant">false</span><span class="Delimiter">;</span>
-<span id="L375" class="LineNr">375 </span><span class="Delimiter">:(before &quot;End Setup&quot;)</span>
+<span id="L375" class="LineNr">375 </span><span class="Delimiter">:(before &quot;End Reset&quot;)</span>
 <span id="L376" class="LineNr">376 </span>Disable_redefine_checks = <span class="Constant">false</span><span class="Delimiter">;</span>
 <span id="L377" class="LineNr">377 </span><span class="Delimiter">:(code)</span>
 <span id="L378" class="LineNr">378 </span><span class="Normal">bool</span> <a href='011load.cc.html#L378'>should_check_for_redefine</a><span class="Delimiter">(</span><span class="Normal">const</span> string&amp; recipe_name<span class="Delimiter">)</span> <span class="Delimiter">{</span>