Added SWAT option
authorJim Miller <edu/mit/csail/zurich/jmiller>
Wed, 8 Dec 1993 17:36:14 +0000 (17:36 +0000)
committerJim Miller <edu/mit/csail/zurich/jmiller>
Wed, 8 Dec 1993 17:36:14 +0000 (17:36 +0000)
v7/src/runtime/option.scm

index 7faaf3354ae04c366a3e4df491b2512d1734e7fb..b5eff099fea3e810bd3f491e761ef15db95d7b17 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: option.scm,v 14.26 1993/11/13 02:21:31 gjr Exp $
+$Id: option.scm,v 14.27 1993/12/08 17:36:14 jmiller 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"))))