From d1bebbabd797d7cab13ab5f0f2c152fe5e37758c Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 20 Jun 1995 05:59:57 +0000 Subject: [PATCH] Add missing export -- this should have been noticed many months ago. --- v7/src/runtime/runtime.pkg | 3 ++- v8/src/runtime/runtime.pkg | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index 2d9ba8b65..18b2be23f 100644 --- a/v7/src/runtime/runtime.pkg +++ b/v7/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.259 1995/05/20 10:18:26 cph Exp $ +$Id: runtime.pkg,v 14.260 1995/06/20 05:59:57 cph Exp $ Copyright (c) 1988-95 Massachusetts Institute of Technology @@ -273,6 +273,7 @@ MIT in each case. |# dbg-continuation? dbg-continuation/source-code dbg-procedure? + dbg-procedure/block dbg-procedure/source-code dbg-expression?) (export (runtime compress) diff --git a/v8/src/runtime/runtime.pkg b/v8/src/runtime/runtime.pkg index 2d9ba8b65..18b2be23f 100644 --- a/v8/src/runtime/runtime.pkg +++ b/v8/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.259 1995/05/20 10:18:26 cph Exp $ +$Id: runtime.pkg,v 14.260 1995/06/20 05:59:57 cph Exp $ Copyright (c) 1988-95 Massachusetts Institute of Technology @@ -273,6 +273,7 @@ MIT in each case. |# dbg-continuation? dbg-continuation/source-code dbg-procedure? + dbg-procedure/block dbg-procedure/source-code dbg-expression?) (export (runtime compress) -- 2.25.1