about summary refs log tree commit diff stats
path: root/html/baremetal/403unicode.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/baremetal/403unicode.mu.html')
-rw-r--r--html/baremetal/403unicode.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/baremetal/403unicode.mu.html b/html/baremetal/403unicode.mu.html
index 81caf261..30c58205 100644
--- a/html/baremetal/403unicode.mu.html
+++ b/html/baremetal/403unicode.mu.html
@@ -151,7 +151,7 @@ if ('onhashchange' in window) {
 <span id="L93" class="LineNr"> 93 </span>  <span class="muComment"># if at eof, return EOF</span>
 <span id="L94" class="LineNr"> 94 </span>  <span class="Delimiter">{</span>
 <span id="L95" class="LineNr"> 95 </span>    <span class="PreProc">var</span> eof?/<span class="Constant">eax</span>: boolean <span class="SpecialChar">&lt;-</span> <a href='309stream.subx.html#L6'>stream-empty?</a> in
-<span id="L96" class="LineNr"> 96 </span>    compare eof?, <span class="Constant">0</span>  <span class="muComment"># false</span>
+<span id="L96" class="LineNr"> 96 </span>    compare eof?, <span class="Constant">0</span>/false
 <span id="L97" class="LineNr"> 97 </span>    <span class="PreProc">break-if-=</span>
 <span id="L98" class="LineNr"> 98 </span>    <span class="PreProc">return</span> <span class="Constant">0xffffffff</span>
 <span id="L99" class="LineNr"> 99 </span>  <span class="Delimiter">}</span>