From ddb805ed0f5cb6db81f7b6c69ce94e525ffff6bb Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sat, 6 Jan 2018 16:28:38 -0500 Subject: [PATCH] Must load host-adapter for syntax definitions when compiling. --- src/runtime/runtime.sf | 1 + 1 file changed, 1 insertion(+) diff --git a/src/runtime/runtime.sf b/src/runtime/runtime.sf index 5a9e93e29..9a9a84c26 100644 --- 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") -- 2.25.1