From: Stephen Adams Date: Mon, 30 Jan 1995 20:26:43 +0000 (+0000) Subject: Changed the order at the call site too :-) X-Git-Tag: 20090517-FFI~6689 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=dd0f0f7f073965ff1c4bb4a4c6c191bd95d29c9d;p=mit-scheme.git Changed the order at the call site too :-) --- diff --git a/v8/src/compiler/midend/dbgstr.scm b/v8/src/compiler/midend/dbgstr.scm index 82154040f..0b5151b76 100644 --- a/v8/src/compiler/midend/dbgstr.scm +++ b/v8/src/compiler/midend/dbgstr.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: dbgstr.scm,v 1.9 1995/01/30 18:53:14 adams Exp $ +$Id: dbgstr.scm,v 1.10 1995/01/30 20:26:43 adams Exp $ Copyright (c) 1994 Massachusetts Institute of Technology @@ -149,8 +149,8 @@ MIT in each case. |# (and block (let ((block* (new-dbg-block/%make (new-dbg-block/type block) - '() (copy-block (new-dbg-block/parent block)) + '() (new-dbg-block/flattened block)))) (set-new-dbg-block/variables! block*