From bc8f16dd56b8bb7180dc70b41e5daaccdf1d416e Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 25 Sep 2001 05:12:08 +0000 Subject: [PATCH] The file "char.scm" must now be compiled early as it is integrated into "string.scm". --- v7/src/runtime/runtime.sf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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") -- 2.25.1