minor whitespace corrections
This commit is contained in:
parent
f1a177e880
commit
c52d45613b
|
@ -589,7 +589,7 @@
|
||||||
(end-uninterrupted 'cc)
|
(end-uninterrupted 'cc)
|
||||||
(if (#%procedure? args)
|
(if (#%procedure? args)
|
||||||
(#%call-in-continuation (full-continuation-k c) (full-continuation-mark-stack c)
|
(#%call-in-continuation (full-continuation-k c) (full-continuation-mark-stack c)
|
||||||
(lambda () (args)))
|
(lambda () (args)))
|
||||||
(#%apply (full-continuation-k c) args))]
|
(#%apply (full-continuation-k c) args))]
|
||||||
[(not (composable-continuation-wind? c))
|
[(not (composable-continuation-wind? c))
|
||||||
(apply-immediate-continuation/no-wind c args)]
|
(apply-immediate-continuation/no-wind c args)]
|
||||||
|
@ -631,16 +631,16 @@
|
||||||
(end-uninterrupted 'cc)
|
(end-uninterrupted 'cc)
|
||||||
(if (#%procedure? args)
|
(if (#%procedure? args)
|
||||||
(#%call-in-continuation (full-continuation-k c) (full-continuation-mark-stack c)
|
(#%call-in-continuation (full-continuation-k c) (full-continuation-mark-stack c)
|
||||||
(lambda () (args)))
|
(lambda () (args)))
|
||||||
(#%apply (full-continuation-k c) args))]
|
(#%apply (full-continuation-k c) args))]
|
||||||
[else
|
[else
|
||||||
(let-values ([(common-mc ; shared part of the current metacontinuation
|
(let-values ([(common-mc ; shared part of the current metacontinuation
|
||||||
rmc-append) ; non-shared part of the destination metacontinuation
|
rmc-append) ; non-shared part of the destination metacontinuation
|
||||||
;; We check every time, just in case control operations
|
;; We check every time, just in case control operations
|
||||||
;; change the current continuation out from under us.
|
;; change the current continuation out from under us.
|
||||||
(find-common-metacontinuation c-mc
|
(find-common-metacontinuation c-mc
|
||||||
mc
|
mc
|
||||||
(strip-impersonator tag))])
|
(strip-impersonator tag))])
|
||||||
(let loop ()
|
(let loop ()
|
||||||
(cond
|
(cond
|
||||||
[(eq? common-mc (current-metacontinuation))
|
[(eq? common-mc (current-metacontinuation))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user