fixed bug in build-struct-expand-info

svn: r543
This commit is contained in:
Matthew Flatt 2005-08-04 03:21:37 +00:00
parent cb30a90f04
commit 98ed509542

View File

@ -174,7 +174,8 @@
[(null? l) #t] [(null? l) #t]
[(not (car l)) #f] [(not (car l)) #f]
[else (loop (cdr l))])) [else (loop (cdr l))]))
(append base '(#f))) (append base '(#f))
base)
base))] base))]
[qs (lambda (x) (if (eq? x #t) [qs (lambda (x) (if (eq? x #t)
x x