From: Chris Hanson Date: Tue, 25 Sep 2001 05:12:08 +0000 (+0000) Subject: The file "char.scm" must now be compiled early as it is integrated X-Git-Tag: 20090517-FFI~2559 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=bc8f16dd56b8bb7180dc70b41e5daaccdf1d416e;p=mit-scheme.git The file "char.scm" must now be compiled early as it is integrated into "string.scm". --- diff --git a/v7/src/runtime/runtime.sf b/v7/src/runtime/runtime.sf index 8786f5d9f..0dbfa25ae 100644 --- a/v7/src/runtime/runtime.sf +++ b/v7/src/runtime/runtime.sf @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.sf,v 14.15 2001/08/15 02:56:26 cph Exp $ +$Id: runtime.sf,v 14.16 2001/09/25 05:12:08 cph Exp $ Copyright (c) 1988-2001 Massachusetts Institute of Technology @@ -21,6 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA |# (fluid-let ((sf/default-syntax-table syntax-table/system-internal)) + (sf-conditionally "char") (sf-conditionally "chrset") (sf-conditionally "gentag") (sf-conditionally "graphics")