Removed export declaration of removed repl procedure.
This commit is contained in:
parent
397b86b79a
commit
2cc6f3f087
|
@ -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)
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue