about summary refs log tree commit diff stats
path: root/html/302stack_allocate.subx.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/302stack_allocate.subx.html')
-rw-r--r--html/302stack_allocate.subx.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/302stack_allocate.subx.html b/html/302stack_allocate.subx.html
index a435adda..171eeafc 100644
--- a/html/302stack_allocate.subx.html
+++ b/html/302stack_allocate.subx.html
@@ -56,8 +56,8 @@ if ('onhashchange' in window) {
 <a href='https://github.com/akkartik/mu/blob/master/302stack_allocate.subx'>https://github.com/akkartik/mu/blob/master/302stack_allocate.subx</a>
 <pre id='vimCodeElement'>
 <span id="L1" class="LineNr"> 1 </span><span class="subxComment"># A function which pushes n zeros on the stack.</span>
-<span id="L2" class="LineNr"> 2 </span><span class="subxComment"># Not really useful to call manually.</span>
-<span id="L3" class="LineNr"> 3 </span><span class="subxComment"># The Mu compiler uses it when defining arrays on the stack.</span>
+<span id="L2" class="LineNr"> 2 </span><span class="subxComment"># Really only intended to be called from code generated by mu.subx (for array</span>
+<span id="L3" class="LineNr"> 3 </span><span class="subxComment"># vars on the stack).</span>
 <span id="L4" class="LineNr"> 4 </span>
 <span id="L5" class="LineNr"> 5 </span>== code
 <span id="L6" class="LineNr"> 6 </span>