From: Chris Hanson Date: Tue, 20 Jun 1995 05:59:57 +0000 (+0000) Subject: Add missing export -- this should have been noticed many months ago. X-Git-Tag: 20090517-FFI~6255 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=d1bebbabd797d7cab13ab5f0f2c152fe5e37758c;p=mit-scheme.git Add missing export -- this should have been noticed many months ago. --- 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)