From 7fd448f409bebed2e291cf134b815f99085f8288 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Wed, 8 Dec 1993 17:36:14 +0000 Subject: [PATCH] Added SWAT option --- v7/src/runtime/option.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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")))) -- 2.25.1