mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 20:00:19 +02:00
Fix typo in CPS conversion.
Fixes <http://bugs.gnu.org/21614>. Reported by tantalum <sph@posteo.eu>. * module/language/tree-il/compile-cps.scm (convert): Add missing 'cps' argument to the continuation passed to 'convert-arg'.
This commit is contained in:
parent
73f6146bd8
commit
315adb6347
1 changed files with 1 additions and 1 deletions
|
@ -460,7 +460,7 @@
|
||||||
|
|
||||||
(($ <module-set> src mod name public? exp)
|
(($ <module-set> src mod name public? exp)
|
||||||
(convert-arg cps exp
|
(convert-arg cps exp
|
||||||
(lambda (val)
|
(lambda (cps val)
|
||||||
(module-box
|
(module-box
|
||||||
cps src mod name public? #t
|
cps src mod name public? #t
|
||||||
(lambda (cps box)
|
(lambda (cps box)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue