Must load host-adapter for syntax definitions when compiling.
authorChris Hanson <org/chris-hanson/cph>
Sat, 6 Jan 2018 21:28:38 +0000 (16:28 -0500)
committerChris Hanson <org/chris-hanson/cph>
Sat, 6 Jan 2018 21:28:38 +0000 (16:28 -0500)
src/runtime/runtime.sf

index 5a9e93e29c560ef9795ee7af88af439c95858b11..9a9a84c268f1ce601231e3d489afb10eff435ef3 100644 (file)
@@ -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")