fixes match

svn: r6674
This commit is contained in:
Shu-Yu Guo 2007-06-16 16:58:37 +00:00
parent 97f6934eba
commit 5016e59f8e

View File

@ -98,7 +98,7 @@ it around flattened out.
(define-syntax name (list-immutable #'struct:-name
#'struct-maker
#'predicate
(list-immutable #'selectors ...)
(reverse (list-immutable #'selectors ...))
(list-immutable #,@(map (λ (x) #f) (syntax->list #'(selectors ...))))
#t))