From 193f61821095c28c818d1d81bfd89b725980355c Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 11 Aug 1988 03:14:32 +0000 Subject: [PATCH] Export `stack-frame/return-address' to global environment. --- 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 15d9e77fd..63558e796 100644 --- a/v7/src/runtime/runtime.pkg +++ b/v7/src/runtime/runtime.pkg @@ -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? diff --git a/v8/src/runtime/runtime.pkg b/v8/src/runtime/runtime.pkg index c30126083..2f84921a1 100644 --- a/v8/src/runtime/runtime.pkg +++ b/v8/src/runtime/runtime.pkg @@ -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? -- 2.25.1