about summary refs log tree commit diff stats
path: root/html/linux/bootstrap/001help.cc.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/linux/bootstrap/001help.cc.html')
-rw-r--r--html/linux/bootstrap/001help.cc.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/html/linux/bootstrap/001help.cc.html b/html/linux/bootstrap/001help.cc.html
index df47ab21..8aefe2a1 100644
--- a/html/linux/bootstrap/001help.cc.html
+++ b/html/linux/bootstrap/001help.cc.html
@@ -10,19 +10,19 @@
 <meta name="colorscheme" content="minimal-light">
 <style type="text/css">
 <!--
-pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; }
-body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; }
+pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
+body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
 a { color:inherit; }
 * { font-size:12pt; font-size: 1em; }
-.cSpecial { color: #008000; }
+.CommentedCode { color: #8a8a8a; }
 .LineNr { }
 .Constant { color: #008787; }
-.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; }
 .Comment { color: #005faf; }
 .Delimiter { color: #c000c0; }
-.CommentedCode { color: #8a8a8a; }
 .Identifier { color: #af5f00; }
+.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; }
 .PreProc { color: #c000c0; }
+.cSpecial { color: #008000; }
 -->
 </style>
 
@@ -217,7 +217,7 @@ if ('onhashchange' in window) {
 <span id="L157" class="LineNr">157 </span><span class="Comment">//: yadda-yadda. Instead use this macro below to perform an unsafe cast to</span>
 <span id="L158" class="LineNr">158 </span><span class="Comment">//: signed. We'll just give up immediately if a container's ever too large.</span>
 <span id="L159" class="LineNr">159 </span><span class="Comment">//: Basically, Mu is not concerned about this being a little slower than it</span>
-<span id="L160" class="LineNr">160 </span><span class="Comment">//: could be. (<a href="https://gist.github.com/rygorous/e0f055bfb74e3d5f0af20690759de5a7)">https://gist.github.com/rygorous/e0f055bfb74e3d5f0af20690759de5a7)</a></span>
+<span id="L160" class="LineNr">160 </span><span class="Comment">//: could be. (<a href="https://gist.github.com/rygorous/e0f055bfb74e3d5f0af20690759de5a7">https://gist.github.com/rygorous/e0f055bfb74e3d5f0af20690759de5a7</a>)</span>
 <span id="L161" class="LineNr">161 </span><span class="Comment">//:</span>
 <span id="L162" class="LineNr">162 </span><span class="Comment">//: Addendum to corollary: We're going to uniformly use int everywhere, to</span>
 <span id="L163" class="LineNr">163 </span><span class="Comment">//: indicate that we're oblivious to number size, and since Clang on 32-bit</span>
@@ -229,7 +229,7 @@ if ('onhashchange' in window) {
 <span id="L169" class="LineNr">169 </span>
 <span id="L170" class="LineNr">170 </span><span class="Comment">//: 5. Integer overflow is guarded against at runtime using the -ftrapv flag</span>
 <span id="L171" class="LineNr">171 </span><span class="Comment">//: to the compiler, supported by Clang (GCC version only works sometimes:</span>
-<span id="L172" class="LineNr">172 </span><span class="Comment">//: <a href="http://stackoverflow.com/questions/20851061/how-to-make-gcc-ftrapv-work).">http://stackoverflow.com/questions/20851061/how-to-make-gcc-ftrapv-work).</a></span>
+<span id="L172" class="LineNr">172 </span><span class="Comment">//: <a href="http://stackoverflow.com/questions/20851061/how-to-make-gcc-ftrapv-work">http://stackoverflow.com/questions/20851061/how-to-make-gcc-ftrapv-work</a>).</span>
 <span id="L173" class="LineNr">173 </span><span class="Delimiter">:(before &quot;atexit(<a href='000organization.cc.html#L150'>reset</a>)&quot;)</span>
 <span id="L174" class="LineNr">174 </span><a href='001help.cc.html#L179'>initialize_signal_handlers</a><span class="Delimiter">();</span>  <span class="Comment">// not always necessary, but doesn't hurt</span>
 <span id="L175" class="LineNr">175 </span><span class="CommentedCode">//? cerr &lt;&lt; INT_MAX+1 &lt;&lt; '\n';  // test overflow</span>