From: Chris Hanson Date: Sat, 15 Apr 1989 01:27:00 +0000 (+0000) Subject: Fix bug in lookup of integrated stack-allocated compiled-code X-Git-Tag: 20090517-FFI~12180 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=f525ccafad81a729cd9f4302b4eb7bd851a67552;p=mit-scheme.git Fix bug in lookup of integrated stack-allocated compiled-code variables. --- diff --git a/v7/src/runtime/uenvir.scm b/v7/src/runtime/uenvir.scm index 7e9fef16f..9d2320c2e 100644 --- a/v7/src/runtime/uenvir.scm +++ b/v7/src/runtime/uenvir.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/uenvir.scm,v 14.5 1989/01/06 21:00:34 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/uenvir.scm,v 14.6 1989/04/15 01:27:00 cph Exp $ Copyright (c) 1988 Massachusetts Institute of Technology diff --git a/v8/src/runtime/uenvir.scm b/v8/src/runtime/uenvir.scm index 70c446b66..394093e73 100644 --- a/v8/src/runtime/uenvir.scm +++ b/v8/src/runtime/uenvir.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/uenvir.scm,v 14.5 1989/01/06 21:00:34 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/uenvir.scm,v 14.6 1989/04/15 01:27:00 cph Exp $ Copyright (c) 1988 Massachusetts Institute of Technology