Addded krypt to list of options.
authorBrian A. LaMacchia <edu/mit/csail/zurich/bal>
Mon, 6 Apr 1992 19:52:47 +0000 (19:52 +0000)
committerBrian A. LaMacchia <edu/mit/csail/zurich/bal>
Mon, 6 Apr 1992 19:52:47 +0000 (19:52 +0000)
v7/src/runtime/option.scm

index cdd44237c19565b5a559b71393c9c5244afc43f3..bb70712960eeb2c1edf272c8094e6c8cdcd6c95c 100644 (file)
@@ -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
+  '())
+