about summary refs log tree commit diff stats
path: root/html/apps/calls.subx.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/apps/calls.subx.html')
-rw-r--r--html/apps/calls.subx.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/apps/calls.subx.html b/html/apps/calls.subx.html
index 2004977e..78ba551b 100644
--- a/html/apps/calls.subx.html
+++ b/html/apps/calls.subx.html
@@ -242,7 +242,7 @@ if ('onhashchange' in window) {
 <span id="L183" class="LineNr">183 </span>    <span class="subxComment">#   # emit pushes</span>
 <span id="L184" class="LineNr">184 </span>    <span class="subxComment">#   while true</span>
 <span id="L185" class="LineNr">185 </span>    <span class="subxComment">#     if (curr &lt;= min) break</span>
-<span id="L186" class="LineNr">186 </span>    <span class="subxComment">#     if (*curr == '%' || *curr == '*')</span>
+<span id="L186" class="LineNr">186 </span>    <span class="subxComment">#     if *curr in '%' '*'</span>
 <span id="L187" class="LineNr">187 </span>    <span class="subxComment">#       write-buffered(out, &quot;ff 6/subop/push &quot;)</span>
 <span id="L188" class="LineNr">188 </span>    <span class="subxComment">#       write-slice-buffered(out, curr)</span>
 <span id="L189" class="LineNr">189 </span>    <span class="subxComment">#       write-buffered(out, &quot;/imm32\n&quot;)</span>