r6rs import fixes
svn: r8679
This commit is contained in:
parent
894ed4a809
commit
59926b8edc
|
@ -202,7 +202,7 @@ FIXME:
|
||||||
(symbol->string (syntax-e id)))
|
(symbol->string (syntax-e id)))
|
||||||
(syntax->list #'(id1 id2 ...)))])
|
(syntax->list #'(id1 id2 ...)))])
|
||||||
(if (= 1 (length strs))
|
(if (= 1 (length strs))
|
||||||
(values (car strs) "main")
|
(values (list (car strs)) "main")
|
||||||
(values (reverse (cdr (reverse strs)))
|
(values (reverse (cdr (reverse strs)))
|
||||||
(car (reverse strs)))))])
|
(car (reverse strs)))))])
|
||||||
(let ([base (build-path (with-handlers ([exn:fail?
|
(let ([base (build-path (with-handlers ([exn:fail?
|
||||||
|
@ -221,7 +221,7 @@ FIXME:
|
||||||
(let ([vers (find-version (path->bytes base) (syntax->datum #'(vers ...)))])
|
(let ([vers (find-version (path->bytes base) (syntax->datum #'(vers ...)))])
|
||||||
(if vers
|
(if vers
|
||||||
(datum->syntax
|
(datum->syntax
|
||||||
stx
|
orig
|
||||||
`(,#'lib ,(apply string-append
|
`(,#'lib ,(apply string-append
|
||||||
(car coll)
|
(car coll)
|
||||||
(append
|
(append
|
||||||
|
|
Loading…
Reference in New Issue
Block a user