From 193bc866e8663960cd4419e5cf868e57bb144253 Mon Sep 17 00:00:00 2001 From: "Brian A. LaMacchia" Date: Mon, 6 Apr 1992 19:52:47 +0000 Subject: [PATCH] Addded krypt to list of options. --- v7/src/runtime/option.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/v7/src/runtime/option.scm b/v7/src/runtime/option.scm index cdd44237c..bb7071296 100644 --- a/v7/src/runtime/option.scm +++ b/v7/src/runtime/option.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/option.scm,v 14.13 1992/02/28 23:06:16 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/option.scm,v 14.14 1992/04/06 19:52:47 bal Exp $ Copyright (c) 1988-92 Massachusetts Institute of Technology @@ -73,7 +73,9 @@ MIT in each case. |# '((ARITHMETIC-INTERFACE ((RUNTIME NUMBER INTERFACE) #F "numint")) (FORMAT ((RUNTIME FORMAT) (INITIALIZE-PACKAGE!) "format")) (HASH-TABLE ((RUNTIME HASH-TABLE) (INITIALIZE-PACKAGE!) "hashtb")) + (KRYPT ((RUNTIME KRYPT) #F "krypt")) (SUBPROCESS ((RUNTIME SUBPROCESS) (INITIALIZE-PACKAGE!) "process")))) (define loaded-options - '()) \ No newline at end of file + '()) + -- 2.25.1