From: Chris Hanson Date: Thu, 7 May 1987 00:10:45 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: 20090517-FFI~13552 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=fbebdf95eb0c8daca3254972979ddf343fe4fba9;p=mit-scheme.git *** empty log message *** --- diff --git a/v7/src/compiler/rtlbase/rtlcon.scm b/v7/src/compiler/rtlbase/rtlcon.scm index 0ef8038ae..3760433d7 100644 --- a/v7/src/compiler/rtlbase/rtlcon.scm +++ b/v7/src/compiler/rtlbase/rtlcon.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/rtlbase/rtlcon.scm,v 1.1 1987/04/21 23:49:53 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/rtlbase/rtlcon.scm,v 1.2 1987/05/07 00:10:45 cph Exp $ Copyright (c) 1987 Massachusetts Institute of Technology @@ -87,7 +87,7 @@ MIT in each case. |# (define (rtl:make-push-return continuation) (%make-assign (stack-push-address) - (rtl:make-entry:continuation continuation))) + (rtl:make-entry:continuation continuation))) ;;; Interpreter Calls