From f2fb9ccd632c070707e276d1a79ad48b8792d10a Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 7 Sep 1999 00:53:24 +0000 Subject: [PATCH] Add "krypt" to standard set of load options. --- v7/src/runtime/optiondb.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/v7/src/runtime/optiondb.scm b/v7/src/runtime/optiondb.scm index 9f370d5dc..8e878f152 100644 --- a/v7/src/runtime/optiondb.scm +++ b/v7/src/runtime/optiondb.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: optiondb.scm,v 1.7 1999/05/13 03:04:08 cph Exp $ +$Id: optiondb.scm,v 1.8 1999/09/07 00:53:24 cph Exp $ Copyright (c) 1994-1999 Massachusetts Institute of Technology @@ -63,6 +63,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. (FORMAT (RUNTIME FORMAT) (INITIALIZE-PACKAGE!) "format") (GDBM (RUNTIME GDBM) (INITIALIZE-PACKAGE!) "gdbm") (HASH-TABLE (RUNTIME HASH-TABLE) (INITIALIZE-PACKAGE!) "hashtb") + (KRYPT (RUNTIME KRYPT) #F "krypt") (ORDERED-VECTOR (RUNTIME ORDERED-VECTOR) #F "ordvec") (RB-TREE (RUNTIME RB-TREE) #F "rbtree") (STEPPER (RUNTIME STEPPER) #F "ystep") -- 2.25.1