about summary refs log tree commit diff stats
path: root/html/001help.cc.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2018-03-15 23:29:08 -0700
committerKartik K. Agaram <vc@akkartik.com>2018-03-15 23:29:08 -0700
commit7452d0525ecfc12c11fe005c31b089a5b4d7a102 (patch)
treeb4e661de29b33bdfa5b476d0fa4e45f51e5bf9f5 /html/001help.cc.html
parent9b4f4b3e1c28efed457bbae50f23c1737a94450d (diff)
downloadmu-7452d0525ecfc12c11fe005c31b089a5b4d7a102.tar.gz
4228
Diffstat (limited to 'html/001help.cc.html')
-rw-r--r--html/001help.cc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/001help.cc.html b/html/001help.cc.html
index 50dc0c45..de06a6e8 100644
--- a/html/001help.cc.html
+++ b/html/001help.cc.html
@@ -223,7 +223,7 @@ if ('onhashchange' in window) {
 <span id="L161" class="LineNr">161 </span>  <span class="Normal">switch</span> <span class="Delimiter">(</span>sig<span class="Delimiter">)</span> <span class="Delimiter">{</span>
 <span id="L162" class="LineNr">162 </span>    <span class="Normal">case</span> <span class="Constant">SIGABRT</span>:
 <span id="L163" class="LineNr">163 </span>      <span class="PreProc">#ifndef __APPLE__</span>
-<span id="L164" class="LineNr">164 </span>        cerr &lt;&lt; <span class="Constant">&quot;SIGABRT: might be an integer overflow if it wasn't an assert() failure</span><span class="cSpecial">\n</span><span class="Constant">&quot;</span><span class="Delimiter">;</span>
+<span id="L164" class="LineNr">164 </span>        cerr &lt;&lt; <span class="Constant">&quot;SIGABRT: might be an integer overflow if it wasn't an assert() failure or exception</span><span class="cSpecial">\n</span><span class="Constant">&quot;</span><span class="Delimiter">;</span>
 <span id="L165" class="LineNr">165 </span>        _Exit<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span>
 <span id="L166" class="LineNr">166 </span>      <span class="PreProc">#endif</span>
 <span id="L167" class="LineNr">167 </span>      <span class="Identifier">break</span><span class="Delimiter">;</span>