diff --git a/src/ikarus.boot b/src/ikarus.boot index 083e9e2..c65e9c7 100644 Binary files a/src/ikarus.boot and b/src/ikarus.boot differ diff --git a/src/ikarus.syntax.ss b/src/ikarus.syntax.ss index b364d2a..054ca88 100644 --- a/src/ikarus.syntax.ss +++ b/src/ikarus.syntax.ss @@ -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))) diff --git a/src/makefile.ss b/src/makefile.ss index cdfa3e2..6f7b3a3 100755 --- a/src/makefile.ss +++ b/src/makefile.ss @@ -1112,8 +1112,7 @@ (import (only (ikarus library-manager) install-library) - (except (ikarus) - install-library)) + (ikarus)) (current-primitive-locations (lambda (x) (cond