From: Stephen Adams Date: Mon, 30 Jan 1995 18:53:14 +0000 (+0000) Subject: Exchanged order of fields in a BLOCK for nicer pretty-printing. X-Git-Tag: 20090517-FFI~6691 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=cc841e220d48c46f94e5bc672fde24ec96f7be21;p=mit-scheme.git Exchanged order of fields in a BLOCK for nicer pretty-printing. --- diff --git a/v8/src/compiler/midend/dbgstr.scm b/v8/src/compiler/midend/dbgstr.scm index b801b8143..82154040f 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.8 1995/01/19 04:55:13 adams Exp $ +$Id: dbgstr.scm,v 1.9 1995/01/30 18:53:14 adams Exp $ Copyright (c) 1994 Massachusetts Institute of Technology @@ -131,8 +131,8 @@ MIT in each case. |# (write (new-dbg-variable/name var) port)) (new-dbg-block/variables block)))))))) (type false read-only false) - (variables '() read-only false) (parent false read-only false) + (variables '() read-only false) (flattened false read-only false)) (define (new-dbg-block/copy-transforming expression-copier block)