diff --git a/src/ikarus.boot b/src/ikarus.boot index 3804fb7..8b0892b 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 a66c81f..69c2eca 100644 --- a/src/ikarus.syntax.ss +++ b/src/ikarus.syntax.ss @@ -5,6 +5,7 @@ boot-library-expand eval-top-level) (import (ikarus library-manager) + (only (ikarus compiler) eval-core) (rename (except (ikarus) boot-library-expand syntax-error library-subst/env find-library-by-name diff --git a/src/makefile.ss b/src/makefile.ss index 2461d06..27a382f 100755 --- a/src/makefile.ss +++ b/src/makefile.ss @@ -370,10 +370,8 @@ [interrupt-handler i] [exit i] [compile-core-expr-to-port i] - [eval-core i] [load i] [assembler-output i] - ;[fasl-write i] [new-cafe i] [command-line-arguments i] [current-primitive-locations i]