Export `stack-frame/return-address' to global environment.
authorChris Hanson <org/chris-hanson/cph>
Thu, 11 Aug 1988 03:14:32 +0000 (03:14 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 11 Aug 1988 03:14:32 +0000 (03:14 +0000)
v7/src/runtime/runtime.pkg
v8/src/runtime/runtime.pkg

index 15d9e77fd8864b7d058cacaf8f759cfd67266211..63558e79607eb6f6576f8fda749a96c7ca620151 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.17 1988/08/01 23:09:01 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.18 1988/08/11 03:14:32 cph Exp $
 
 Copyright (c) 1988 Massachusetts Institute of Technology
 
@@ -303,6 +303,7 @@ MIT in each case. |#
          stack-frame/properties
          stack-frame/reductions
          stack-frame/ref
+         stack-frame/return-address
          stack-frame/return-code
          stack-frame/skip-non-subproblems
          stack-frame/subproblem?
index c30126083e6a02966d4fc075a0856fb024f2210c..2f84921a1af91fe4673457306632ced6c62b93fd 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.17 1988/08/01 23:09:01 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.18 1988/08/11 03:14:32 cph Exp $
 
 Copyright (c) 1988 Massachusetts Institute of Technology
 
@@ -303,6 +303,7 @@ MIT in each case. |#
          stack-frame/properties
          stack-frame/reductions
          stack-frame/ref
+         stack-frame/return-address
          stack-frame/return-code
          stack-frame/skip-non-subproblems
          stack-frame/subproblem?