From: Jim Miller Date: Sat, 26 Nov 1994 00:23:24 +0000 (+0000) Subject: Get rid of spurious "cont" binding in first-class environments. X-Git-Tag: 20090517-FFI~6959 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=1313d7354660c1905483d9e9aa67fb10ff78b7c4;p=mit-scheme.git Get rid of spurious "cont" binding in first-class environments. --- diff --git a/v8/src/compiler/midend/envconv.scm b/v8/src/compiler/midend/envconv.scm index 9a8e1b6d6..4c103d9fd 100644 --- a/v8/src/compiler/midend/envconv.scm +++ b/v8/src/compiler/midend/envconv.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: envconv.scm,v 1.3 1994/11/25 23:01:56 jmiller Exp $ +$Id: envconv.scm,v 1.4 1994/11/26 00:23:24 jmiller Exp $ Copyright (c) 1994 Massachusetts Institute of Technology @@ -142,7 +142,8 @@ MIT in each case. |# (define (envconv/lambda* context* env lambda-list body) (envconv/binding-body context* env - (lambda-list->names lambda-list) + ;; Ignore continuation + (cdr (lambda-list->names lambda-list)) body (lambda (body*) `(LAMBDA ,lambda-list