Fix package for dosprocess.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 25 Feb 1993 09:14:09 +0000 (09:14 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 25 Feb 1993 09:14:09 +0000 (09:14 +0000)
v7/src/runtime/option.scm

index 936c4dcb16f4deb1771e2a5b3cce7f7fe0a40a80..1f5402ceb2cf236a6e78f4c7c69450836ef4c460 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: option.scm,v 14.18 1993/02/25 02:48:54 gjr Exp $
+$Id: option.scm,v 14.19 1993/02/25 09:14:09 gjr Exp $
 
 Copyright (c) 1988-1993 Massachusetts Institute of Technology
 
@@ -71,7 +71,7 @@ MIT in each case. |#
 (define options
   '((ARITHMETIC-INTERFACE ((RUNTIME NUMBER INTERFACE) #F "numint"))
     (COMPRESS ((RUNTIME COMPRESS) #F "cpress"))
-    (DOSPROCESS ((RUNTIME) #F "dosproc"))
+    (DOSPROCESS (() #F "dosproc"))
     (FORMAT ((RUNTIME FORMAT) (INITIALIZE-PACKAGE!) "format"))
     (HASH-TABLE ((RUNTIME HASH-TABLE) (INITIALIZE-PACKAGE!) "hashtb"))
     (KRYPT ((RUNTIME KRYPT) #F "krypt"))