* before removing (ikarus system).
This commit is contained in:
parent
e35a87b57e
commit
5a488fe96c
BIN
src/ikarus.boot
BIN
src/ikarus.boot
Binary file not shown.
|
@ -4,9 +4,17 @@
|
|||
generate-temporaries free-identifier=? syntax-error
|
||||
boot-library-expand eval-top-level)
|
||||
(import
|
||||
(only (ikarus library-manager) install-library)
|
||||
(ikarus library-manager)
|
||||
(rename (except (ikarus) boot-library-expand syntax-error
|
||||
eval-top-level install-library)
|
||||
library-subst/env
|
||||
find-library-by-name
|
||||
imported-label->binding
|
||||
imported-loc->library
|
||||
library-spec
|
||||
current-library-collection
|
||||
invoke-library
|
||||
installed-libraries
|
||||
eval-top-level)
|
||||
(free-identifier=? sys:free-identifier=?)
|
||||
(identifier? sys:identifier?)
|
||||
(generate-temporaries sys:generate-temporaries)))
|
||||
|
|
|
@ -1112,8 +1112,7 @@
|
|||
(import
|
||||
(only (ikarus library-manager)
|
||||
install-library)
|
||||
(except (ikarus)
|
||||
install-library))
|
||||
(ikarus))
|
||||
(current-primitive-locations
|
||||
(lambda (x)
|
||||
(cond
|
||||
|
|
Loading…
Reference in New Issue