* eval-core is no longer exported

This commit is contained in:
Abdulaziz Ghuloum 2007-05-06 20:46:47 -04:00
parent e638797f11
commit f46dac0612
3 changed files with 1 additions and 2 deletions

Binary file not shown.

View File

@ -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

View File

@ -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]