From ba651672524dee7aef491003e8f04c407af1ddf3 Mon Sep 17 00:00:00 2001 From: Stephen Adams Date: Sat, 19 Aug 1995 02:03:46 +0000 Subject: [PATCH] Typo. --- v8/src/compiler/midend/expand.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)) -- 2.25.1