diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-03-29 00:47:30 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-03-29 00:47:30 -0700 |
commit | 9c1056f531217f3c1c12b3b3a648ca1cffe4beab (patch) | |
tree | 0e5a0bd0619e481470be58c11805434c630d996b /html/subx/apps/crenshaw2-1.subx.html | |
parent | d689ac180ad47222aa59944d42c1e26e7b2423c6 (diff) | |
download | mu-9c1056f531217f3c1c12b3b3a648ca1cffe4beab.tar.gz |
5033
Diffstat (limited to 'html/subx/apps/crenshaw2-1.subx.html')
-rw-r--r-- | html/subx/apps/crenshaw2-1.subx.html | 2 |
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) -> <void></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, "integer")</span> -<span id="L204" class="LineNr">204 </span> <span class="subxComment"># if (out->write >= out->length)</span> +<span id="L204" class="LineNr">204 </span> <span class="subxComment"># if out->write >= out->length</span> <span id="L205" class="LineNr">205 </span> <span class="subxComment"># write(err, "Error: too many digits in number\n")</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->data[out->write] = LSB(Look)</span> |