1
Fork 0
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:
Keisuke Nishida 2001-04-09 06:36:59 +00:00
parent 3cef6a30c1
commit 532565b047

View file

@ -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)