From 0eb7a82240b339dbbc016bb5ea7d78b035ccaa7c Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Thu, 25 Feb 1993 09:14:09 +0000 Subject: [PATCH] Fix package for dosprocess. --- v7/src/runtime/option.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")) -- 2.25.1