Add missing export -- this should have been noticed many months ago.
authorChris Hanson <org/chris-hanson/cph>
Tue, 20 Jun 1995 05:59:57 +0000 (05:59 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 20 Jun 1995 05:59:57 +0000 (05:59 +0000)
v7/src/runtime/runtime.pkg
v8/src/runtime/runtime.pkg

index 2d9ba8b65eeb55ad1d46e71245df0d40bb1b3776..18b2be23f2faebe827a2348d62da84d07ffa1461 100644 (file)
@@ -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)
index 2d9ba8b65eeb55ad1d46e71245df0d40bb1b3776..18b2be23f2faebe827a2348d62da84d07ffa1461 100644 (file)
@@ -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)