From: Michael R. Blair Date: Wed, 1 Sep 1993 03:22:19 +0000 (+0000) Subject: Finalized packaging of PC sample load option X-Git-Tag: 20090517-FFI~7943 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=4b29c8780db039b6e14b02ff7c8c5fa007ef84c9;p=mit-scheme.git Finalized packaging of PC sample load option --- diff --git a/v7/src/runtime/option.scm b/v7/src/runtime/option.scm index e3a72aa77..b390e1d26 100644 --- a/v7/src/runtime/option.scm +++ b/v7/src/runtime/option.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: option.scm,v 14.21 1993/08/30 23:03:28 ziggy Exp $ +$Id: option.scm,v 14.22 1993/09/01 03:22:19 ziggy Exp $ Copyright (c) 1988-1993 Massachusetts Institute of Technology @@ -76,12 +76,13 @@ MIT in each case. |# (HASH-TABLE ((RUNTIME HASH-TABLE) (INITIALIZE-PACKAGE!) "hashtb")) (KRYPT ((RUNTIME KRYPT) #F "krypt")) (SUBPROCESS ((RUNTIME SUBPROCESS) (INITIALIZE-PACKAGE!) "process")) - (PC-SAMPLE ((RUNTIME PC-SAMPLE) (INITIALIZE-PACKAGE!) "binutl" "pcsample") - ((RUNTIME PC-SAMPLE INTERP-PROCS) (INITIALIZE-PACKAGE!) - "pcsiproc") - ((RUNTIME PC-SAMPLE CODE-BLOCKS) (INITIALIZE-PACKAGE!) - "pcscobl") - ((RUNTIME PC-SAMPLE DISPLAY) (INITIALIZE-PACKAGE!) "pcsdisp") + (PC-SAMPLE ((PC-SAMPLE INTERRUPT-HANDLER) (INITIALIZE-PACKAGE!) "pcsboot" + "pcsintrp") + ((PC-SAMPLE) (INITIALIZE-PACKAGE!) "pcsample" + "binutl") + ((PC-SAMPLE INTERP-PROCS) (INITIALIZE-PACKAGE!) "pcsiproc") + ((PC-SAMPLE CODE-BLOCKS) (INITIALIZE-PACKAGE!) "pcscobl") + ((PC-SAMPLE DISPLAY) (INITIALIZE-PACKAGE!) "pcsdisp") ) ))