Removed export declaration of removed repl procedure.

This commit is contained in:
mainzelm 2002-11-27 07:29:54 +00:00
parent 397b86b79a
commit 2cc6f3f087
1 changed files with 1 additions and 4 deletions

View File

@ -334,8 +334,7 @@
(files startup))
(define-structure scsh-top-package (export parse-switches-and-execute
with-scsh-initialized
repl)
with-scsh-initialized)
(open command-processor
command-levels ; with-new-session
conditions
@ -459,7 +458,6 @@
re-old-funs-interface
scsh-field-reader-interface ; new in 0.3
; scsh-dbm-interface
(export repl)
awk-interface
char-predicates-interface; Urk -- Some of this is R5RS!
dot-locking-interface
@ -480,7 +478,6 @@
scheme)
(access scsh-top-package)
(begin (define repl (structure-ref scsh-top-package repl)))
; (optimize auto-integrate)
)