From 6338a5fc0d4bbdacd593757cae2567d7051335b1 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 2 Jan 2003 02:02:41 +0000 Subject: [PATCH] Print ID strings in row-major order. --- v7/src/runtime/savres.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/runtime/savres.scm b/v7/src/runtime/savres.scm index 6c01f6575..81cf44f04 100644 --- a/v7/src/runtime/savres.scm +++ b/v7/src/runtime/savres.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: savres.scm,v 14.39 2003/01/02 01:56:33 cph Exp $ +$Id: savres.scm,v 14.40 2003/01/02 02:02:41 cph Exp $ Copyright (c) 1988,1989,1990,1991,1992 Massachusetts Institute of Technology Copyright (c) 1995,1998,1999,2000,2001 Massachusetts Institute of Technology @@ -168,7 +168,7 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.") (write-strings-as-table (map get-subsystem-identification-string (get-subsystem-names)) port - #f + #t 1 " " " || " -- 2.25.1