From: Stephen Adams Date: Thu, 22 Jun 1995 15:22:26 +0000 (+0000) Subject: Fixed typo. X-Git-Tag: 20090517-FFI~6245 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=2f245093b19455676491da44f9e70922a6a79c28;p=mit-scheme.git Fixed typo. --- diff --git a/v8/src/compiler/midend/simplify.scm b/v8/src/compiler/midend/simplify.scm index d5ce2ebd6..9765dc036 100644 --- a/v8/src/compiler/midend/simplify.scm +++ b/v8/src/compiler/midend/simplify.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: simplify.scm,v 1.13 1995/05/19 20:55:17 adams Exp $ +$Id: simplify.scm,v 1.14 1995/06/22 15:22:26 adams Exp $ Copyright (c) 1994-1995 Massachusetts Institute of Technology @@ -550,7 +550,7 @@ MIT in each case. |# ((LETREC/? expr) (small? (letrec/body expr) context 'quota)) ((LET/? expr) - (small?* (map second bindings) + (small?* (map second (let/bindings expr)) (small? (let/body expr) 'SUBPROBLEM quota))) ((and (CALL/? expr) (equal? (call/continuation expr) '(QUOTE #F)))