* eval-core is no longer exported
This commit is contained in:
parent
e638797f11
commit
f46dac0612
BIN
src/ikarus.boot
BIN
src/ikarus.boot
Binary file not shown.
|
@ -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
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue