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]
|
[(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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user