back to old style, not sure why

(cherry picked from commit dfe6f78d80)
This commit is contained in:
John Clements 2010-10-20 12:03:22 -07:00 committed by Ryan Culpepper
parent 3b23f24715
commit 724313c766

View File

@ -106,7 +106,14 @@
#'test-engine))))))))
'stepper-skipto
(append skipto/third ;; let
skipto/third skipto/third ;; unless (it expands into (if (let-values () ...))
skipto/third skipto/second
;; something funny going on here; I can't see how Mike's
;; fix could ever have worked. Possibly related: this
;; file is still written in the mzscheme language?
;; ... no, that doesn't seem to pan out.
;; okay, I really don't understand why, but it appears
;; that in this context, 'when' is still expanding
;; into a begin, rather than a (let-values () ...)
skipto/cdr skipto/third ;; application of insert-test
'(syntax-e cdr cdr syntax-e car) ;; lambda
)))