Move srfi-1 support to beginning of cold load.
authorChris Hanson <org/chris-hanson/cph>
Tue, 9 Jan 2018 03:50:17 +0000 (22:50 -0500)
committerChris Hanson <org/chris-hanson/cph>
Tue, 9 Jan 2018 03:50:17 +0000 (22:50 -0500)
src/runtime/make.scm

index 55dab5b70b60d261f67008d723c8e982b039c02a..58ec7a6297f1d3d89ebd56c1bd535b599798d112 100644 (file)
@@ -360,6 +360,7 @@ USA.
         ("queue" . (RUNTIME SIMPLE-QUEUE))
         ("equals" . (RUNTIME EQUALITY))
         ("list" . (RUNTIME LIST))
+        ("srfi-1" . (runtime srfi-1))
         ("vector" . (RUNTIME VECTOR))))
       (files1
        '(("ustring" . (RUNTIME USTRING))