The file "char.scm" must now be compiled early as it is integrated
authorChris Hanson <org/chris-hanson/cph>
Tue, 25 Sep 2001 05:12:08 +0000 (05:12 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 25 Sep 2001 05:12:08 +0000 (05:12 +0000)
into "string.scm".

v7/src/runtime/runtime.sf

index 8786f5d9f853732ad9e41f65da72700d75c092c2..0dbfa25ae10b2ed5b05586cbc487f0f75f8a3d70 100644 (file)
@@ -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")