Readd srfi-1, srfi-13 and srfi-14 to the list of opened packages.

(srfi-14 is also exported by scsh itself to enable the export of ->char-set)
This commit is contained in:
mainzelm 2002-12-17 15:53:50 +00:00
parent 2fcc149269
commit c88adb9d39
1 changed files with 2 additions and 1 deletions

View File

@ -861,7 +861,8 @@ loads = $(srcdir)/scsh/let-opt.scm $(srcdir)/scsh/scsh-interfaces.scm \
$(srcdir)/scsh/lib/ccp-pack.scm \
$(srcdir)/scsh/lib/char-package.scm
opens = floatnums scsh ccp-lib scsh-top-package scsh-here-string-hax
opens = floatnums scsh ccp-lib scsh-top-package scsh-here-string-hax \
srfi-1 srfi-13 srfi-14 # srfi-14 is also exported by scsh
scsh/scsh.image: $(VM) $(SCHEME) $(IMAGE)
(echo ",translate =scheme48/ `pwd`/scheme/"; \