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:
4f86eb0
)
Move srfi-1 support to beginning of cold load.
author
Chris Hanson
<org/chris-hanson/cph>
Tue, 9 Jan 2018 03:50:17 +0000
(22:50 -0500)
committer
Chris Hanson
<org/chris-hanson/cph>
Tue, 9 Jan 2018 03:50:17 +0000
(22:50 -0500)
src/runtime/make.scm
patch
|
blob
|
history
diff --git
a/src/runtime/make.scm
b/src/runtime/make.scm
index 55dab5b70b60d261f67008d723c8e982b039c02a..58ec7a6297f1d3d89ebd56c1bd535b599798d112 100644
(file)
--- a/
src/runtime/make.scm
+++ b/
src/runtime/make.scm
@@
-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))