From: Guillermo J. Rozas Date: Thu, 25 Feb 1993 09:14:09 +0000 (+0000) Subject: Fix package for dosprocess. X-Git-Tag: 20090517-FFI~8452 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=0eb7a82240b339dbbc016bb5ea7d78b035ccaa7c;p=mit-scheme.git Fix package for dosprocess. --- diff --git a/v7/src/runtime/option.scm b/v7/src/runtime/option.scm index 936c4dcb1..1f5402ceb 100644 --- a/v7/src/runtime/option.scm +++ b/v7/src/runtime/option.scm @@ -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"))