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:
b2eae2b
)
Must load host-adapter for syntax definitions when compiling.
author
Chris Hanson
<org/chris-hanson/cph>
Sat, 6 Jan 2018 21:28:38 +0000
(16:28 -0500)
committer
Chris Hanson
<org/chris-hanson/cph>
Sat, 6 Jan 2018 21:28:38 +0000
(16:28 -0500)
src/runtime/runtime.sf
patch
|
blob
|
history
diff --git
a/src/runtime/runtime.sf
b/src/runtime/runtime.sf
index 5a9e93e29c560ef9795ee7af88af439c95858b11..9a9a84c268f1ce601231e3d489afb10eff435ef3 100644
(file)
--- a/
src/runtime/runtime.sf
+++ b/
src/runtime/runtime.sf
@@
-26,6
+26,7
@@
USA.
(load-option '*PARSER) ;for url.scm
(fluid-let ((sf/default-syntax-table (->environment '(RUNTIME))))
+ (load "host-adapter")
(sf-conditionally "char")
(sf-conditionally "chrset")
(sf-conditionally "gentag")