mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-30 00:40:20 +02:00
cps2: Fix parse-cps for `prompt'
* module/language/cps2.scm (parse-cps): Fix for `prompt'.
This commit is contained in:
parent
773595f0db
commit
7cd61e2bf6
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@
|
||||||
(('values arg ...)
|
(('values arg ...)
|
||||||
(build-exp ($values arg)))
|
(build-exp ($values arg)))
|
||||||
(('prompt escape? tag handler)
|
(('prompt escape? tag handler)
|
||||||
(build-cps-exp ($prompt escape? tag handler)))
|
(build-exp ($prompt escape? tag handler)))
|
||||||
(_
|
(_
|
||||||
(error "unexpected cps" exp))))
|
(error "unexpected cps" exp))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue