allow multiple arguments to shift-captured continuation
svn: r15472 original commit: 84f56f8af6e290f70de521b07c709065610fd1d2
This commit is contained in:
parent
65dbe29cbf
commit
7d736c008a
|
@ -139,10 +139,10 @@
|
|||
(abort-cc
|
||||
tag
|
||||
(lambda ()
|
||||
(f (lambda (val)
|
||||
(f (lambda vals
|
||||
(call-with-continuation-prompt
|
||||
(lambda ()
|
||||
(k val))
|
||||
(apply k vals))
|
||||
tag
|
||||
inserted-handler))))))
|
||||
tag)])])
|
||||
|
|
Loading…
Reference in New Issue
Block a user