From: Chris Hanson Date: Thu, 2 Jan 2003 02:02:41 +0000 (+0000) Subject: Print ID strings in row-major order. X-Git-Tag: 20090517-FFI~2076 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=6338a5fc0d4bbdacd593757cae2567d7051335b1;p=mit-scheme.git Print ID strings in row-major order. --- 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 " " " || "