Typo.
authorStephen Adams <edu/mit/csail/zurich/adams>
Sat, 19 Aug 1995 02:03:46 +0000 (02:03 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Sat, 19 Aug 1995 02:03:46 +0000 (02:03 +0000)
v8/src/compiler/midend/expand.scm

index c786031e90a24efa7a8af33d3c2da87ef63e5aee..1fdc2a834c49666e13dc399114eb8df0fbc623c8 100644 (file)
@@ -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))