about summary refs log tree commit diff stats
path: root/html/011load.cc.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-08-19 05:53:31 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-08-19 05:53:31 -0700
commit51728d9334f642958f80bf442b40a76decdccafe (patch)
tree091799c232323f5df5c0b57cb17d036cdcecfb0d /html/011load.cc.html
parent4234040b32415e86c020d2e864f22d74679c4904 (diff)
downloadmu-51728d9334f642958f80bf442b40a76decdccafe.tar.gz
3971
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>