1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 11:50:28 +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:
Mark H Weaver 2015-10-06 10:09:12 -04:00
parent 73f6146bd8
commit 315adb6347

View file

@ -460,7 +460,7 @@
(($ <module-set> src mod name public? exp)
(convert-arg cps exp
(lambda (val)
(lambda (cps val)
(module-box
cps src mod name public? #t
(lambda (cps box)