about summary refs log tree commit diff stats
path: root/html/subx/apps/crenshaw2-1.subx.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/subx/apps/crenshaw2-1.subx.html')
-rw-r--r--html/subx/apps/crenshaw2-1.subx.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/subx/apps/crenshaw2-1.subx.html b/html/subx/apps/crenshaw2-1.subx.html
index 7a957d61..b950dcfb 100644
--- a/html/subx/apps/crenshaw2-1.subx.html
+++ b/html/subx/apps/crenshaw2-1.subx.html
@@ -264,7 +264,7 @@ if ('onhashchange' in window) {
 <span id="L201" class="LineNr">201 </span><span class="subxFunction">get-num</span>:  <span class="subxComment"># in : (address buffered-file), out : (address stream), err : fd or (address stream), ed : (address exit-descriptor) -&gt; &lt;void&gt;</span>
 <span id="L202" class="LineNr">202 </span>    <span class="subxComment"># pseudocode:</span>
 <span id="L203" class="LineNr">203 </span>    <span class="subxComment">#   if (!is-digit?(Look)) expected(ed, err, &quot;integer&quot;)</span>
-<span id="L204" class="LineNr">204 </span>    <span class="subxComment">#   if (out-&gt;write &gt;= out-&gt;length)</span>
+<span id="L204" class="LineNr">204 </span>    <span class="subxComment">#   if out-&gt;write &gt;= out-&gt;length</span>
 <span id="L205" class="LineNr">205 </span>    <span class="subxComment">#     write(err, &quot;Error: too many digits in number\n&quot;)</span>
 <span id="L206" class="LineNr">206 </span>    <span class="subxComment">#     stop(ed, 1)</span>
 <span id="L207" class="LineNr">207 </span>    <span class="subxComment">#   out-&gt;data[out-&gt;write] = LSB(Look)</span>