From: Stephen Adams Date: Sat, 19 Aug 1995 02:03:46 +0000 (+0000) Subject: Typo. X-Git-Tag: 20090517-FFI~6024 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=ba651672524dee7aef491003e8f04c407af1ddf3;p=mit-scheme.git Typo. --- diff --git a/v8/src/compiler/midend/expand.scm b/v8/src/compiler/midend/expand.scm index c786031e9..1fdc2a834 100644 --- a/v8/src/compiler/midend/expand.scm +++ b/v8/src/compiler/midend/expand.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: expand.scm,v 1.6 1995/08/18 23:53:47 adams Exp $ +$Id: expand.scm,v 1.7 1995/08/19 02:03:46 adams Exp $ Copyright (c) 1994-1995 Massachusetts Institute of Technology @@ -98,7 +98,7 @@ MIT in each case. |# new-form (new-dbg-expression/make2 false (new-dbg-procedure/block info) - (new-dbg-procedure/outer info)))))) + #F))))) (define-expander LET (bindings body) (expand/let* expand/letify bindings body))