From: Jim Miller Date: Wed, 8 Dec 1993 17:36:14 +0000 (+0000) Subject: Added SWAT option X-Git-Tag: 20090517-FFI~7383 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=7fd448f409bebed2e291cf134b815f99085f8288;p=mit-scheme.git Added SWAT option --- diff --git a/v7/src/runtime/option.scm b/v7/src/runtime/option.scm index 7faaf3354..b5eff099f 100644 --- a/v7/src/runtime/option.scm +++ b/v7/src/runtime/option.scm @@ -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"))))