* 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)
|
boot-library-expand eval-top-level)
|
||||||
(import
|
(import
|
||||||
(ikarus library-manager)
|
(ikarus library-manager)
|
||||||
|
(only (ikarus compiler) eval-core)
|
||||||
(rename (except (ikarus) boot-library-expand syntax-error
|
(rename (except (ikarus) boot-library-expand syntax-error
|
||||||
library-subst/env
|
library-subst/env
|
||||||
find-library-by-name
|
find-library-by-name
|
||||||
|
|
|
@ -370,10 +370,8 @@
|
||||||
[interrupt-handler i]
|
[interrupt-handler i]
|
||||||
[exit i]
|
[exit i]
|
||||||
[compile-core-expr-to-port i]
|
[compile-core-expr-to-port i]
|
||||||
[eval-core i]
|
|
||||||
[load i]
|
[load i]
|
||||||
[assembler-output i]
|
[assembler-output i]
|
||||||
;[fasl-write i]
|
|
||||||
[new-cafe i]
|
[new-cafe i]
|
||||||
[command-line-arguments i]
|
[command-line-arguments i]
|
||||||
[current-primitive-locations i]
|
[current-primitive-locations i]
|
||||||
|
|
Loading…
Reference in New Issue