From cc841e220d48c46f94e5bc672fde24ec96f7be21 Mon Sep 17 00:00:00 2001 From: Stephen Adams Date: Mon, 30 Jan 1995 18:53:14 +0000 Subject: [PATCH] Exchanged order of fields in a BLOCK for nicer pretty-printing. --- v8/src/compiler/midend/dbgstr.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.25.1