fixed bug in build-struct-expand-info
svn: r543
This commit is contained in:
parent
cb30a90f04
commit
98ed509542
|
@ -174,7 +174,8 @@
|
|||
[(null? l) #t]
|
||||
[(not (car l)) #f]
|
||||
[else (loop (cdr l))]))
|
||||
(append base '(#f)))
|
||||
(append base '(#f))
|
||||
base)
|
||||
base))]
|
||||
[qs (lambda (x) (if (eq? x #t)
|
||||
x
|
||||
|
|
Loading…
Reference in New Issue
Block a user