* eval-top-level is no longer exported to the top-level

This commit is contained in:
Abdulaziz Ghuloum 2007-05-06 20:43:56 -04:00
parent e3c58d4464
commit e638797f11
4 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -26,7 +26,7 @@ description:
(export new-cafe)
(import
(only (ikarus syntax) eval-top-level)
(except (ikarus) new-cafe eval-top-level))
(except (ikarus) new-cafe))
(define with-error-handler
(lambda (p thunk)

View File

@ -3,6 +3,7 @@
(export load)
(import
(except (ikarus) load)
(only (ikarus syntax) eval-top-level)
(only (ikarus reader) read-initial))
(define load-handler

View File

@ -376,7 +376,6 @@
;[fasl-write i]
[new-cafe i]
[command-line-arguments i]
[eval-top-level i]
[current-primitive-locations i]
[record? i]
[make-record-type i]