projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
930bd2d
)
The file "char.scm" must now be compiled early as it is integrated
author
Chris Hanson
<org/chris-hanson/cph>
Tue, 25 Sep 2001 05:12:08 +0000
(
05:12
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Tue, 25 Sep 2001 05:12:08 +0000
(
05:12
+0000)
into "string.scm".
v7/src/runtime/runtime.sf
patch
|
blob
|
history
diff --git
a/v7/src/runtime/runtime.sf
b/v7/src/runtime/runtime.sf
index 8786f5d9f853732ad9e41f65da72700d75c092c2..0dbfa25ae10b2ed5b05586cbc487f0f75f8a3d70 100644
(file)
--- a/
v7/src/runtime/runtime.sf
+++ b/
v7/src/runtime/runtime.sf
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: runtime.sf,v 14.1
5 2001/08/15 02:56:26
cph Exp $
+$Id: runtime.sf,v 14.1
6 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")