mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
*** empty log message ***
This commit is contained in:
parent
3cef6a30c1
commit
532565b047
1 changed files with 2 additions and 2 deletions
|
@ -115,8 +115,8 @@
|
|||
|
||||
(($ <glil-argument> op index)
|
||||
(if (eq? op 'ref)
|
||||
(push-code! `(local-ref ,index)))
|
||||
(push-code! `(local-set ,index)))
|
||||
(push-code! `(local-ref ,index))
|
||||
(push-code! `(local-set ,index))))
|
||||
|
||||
(($ <glil-local> op index)
|
||||
(if (eq? op 'ref)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue