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:
49dd9e3
)
Added SWAT option
author
Jim Miller
<edu/mit/csail/zurich/jmiller>
Wed, 8 Dec 1993 17:36:14 +0000
(17:36 +0000)
committer
Jim Miller
<edu/mit/csail/zurich/jmiller>
Wed, 8 Dec 1993 17:36:14 +0000
(17:36 +0000)
v7/src/runtime/option.scm
patch
|
blob
|
history
diff --git
a/v7/src/runtime/option.scm
b/v7/src/runtime/option.scm
index 7faaf3354ae04c366a3e4df491b2512d1734e7fb..b5eff099fea3e810bd3f491e761ef15db95d7b17 100644
(file)
--- a/
v7/src/runtime/option.scm
+++ b/
v7/src/runtime/option.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: option.scm,v 14.2
6 1993/11/13 02:21:31 gj
r Exp $
+$Id: option.scm,v 14.2
7 1993/12/08 17:36:14 jmille
r Exp $
Copyright (c) 1988-1993 Massachusetts Institute of Technology
@@
-89,6
+89,7
@@
MIT in each case. |#
(KRYPT ((RUNTIME KRYPT) #F "krypt"))
(PC-SAMPLE (() #F "../pcsample/make"))
(RB-TREE ((runtime rb-tree) #F "rbtree"))
+ (SWAT (() #F "../swat/load"))
(WT-TREE ((runtime wt-tree) #F "wttree"))
(SUBPROCESS ((RUNTIME SUBPROCESS) (INITIALIZE-PACKAGE!) "process"))))