restoring old obdc configuration, because the new code did not avoid the warnings on unix either

This commit is contained in:
bdc 2001-06-04 05:18:51 +00:00
parent 2ff38c84a3
commit 9c57c12e53
2 changed files with 2 additions and 3 deletions

View File

@ -692,7 +692,6 @@ scsh/scsh.image: $(VM) $(SCHEME) $(CIG).image
echo ",load-package list-lib"; \
echo ",load-package string-lib"; \
echo ",load-package ccp-lib"; \
echo ",load-package odbc-package"; \
echo ",in scsh-level-0"; \
echo "(%install-scsh-handlers)"; \
echo "(autoreap-policy 'early)"; \

View File

@ -356,7 +356,7 @@
; scsh-dbm-interface
(export repl)
awk-interface
; odbc-interface
odbc-interface
char-predicates-interface; Urk -- Some of this is R5RS!
obsolete-char-set-interface
)
@ -371,7 +371,7 @@
scsh-startup-package
; dbm
awk-package
; odbc-package
odbc-package
field-reader-package
char-predicates-lib ; Urk -- Some of this is R5RS!
scheme)