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:
b963893
)
Add option for CREF.
author
Chris Hanson
<org/chris-hanson/cph>
Mon, 16 Oct 2000 17:56:29 +0000
(17:56 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Mon, 16 Oct 2000 17:56:29 +0000
(17:56 +0000)
v7/dist/optiondb.scm
patch
|
blob
|
history
diff --git
a/v7/dist/optiondb.scm
b/v7/dist/optiondb.scm
index e431865f5b476a72018abc98ca0cb5368bafaaa3..0785e690cd0daebb2067867bfdebca381c062b24 100644
(file)
--- a/
v7/dist/optiondb.scm
+++ b/
v7/dist/optiondb.scm
@@
-21,6
+21,9
@@
((test "load") "load")
(else (error "Can't find loader.")))))))))))
+(define-load-option 'CREF
+ (guarded-system-loader '(cross-reference) "cref"))
+
(define-load-option 'SOS
(guarded-system-loader '(runtime object-system) "sos"))