From 3b5b3378dd02cc6502cd86d56041f4b5dcfaad50 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 5 Apr 1996 22:46:49 +0000 Subject: [PATCH] Export *SAVE-UNCOMPRESSED-FILES?* and *UNCOMPRESSED-FILE-LIFETIME*, which are documented in the User's Guide. --- v7/src/runtime/runtime.pkg | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index 17fe0a3cf..17fbb2406 100644 --- a/v7/src/runtime/runtime.pkg +++ b/v7/src/runtime/runtime.pkg @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.265 1995/11/13 07:21:53 cph Exp $ +$Id: runtime.pkg,v 14.266 1996/04/05 22:46:49 cph Exp $ -Copyright (c) 1988-95 Massachusetts Institute of Technology +Copyright (c) 1988-96 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -223,6 +223,8 @@ MIT in each case. |# (files "infstr" "infutl") (parent ()) (export () + *save-uncompressed-files?* + *uncompressed-file-lifetime* compiled-code-block/filename compiled-entry/block compiled-entry/dbg-object -- 2.25.1