Another change for the new newline convention.
authorChris Hanson <org/chris-hanson/cph>
Sat, 25 Mar 2000 03:24:44 +0000 (03:24 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sat, 25 Mar 2000 03:24:44 +0000 (03:24 +0000)
v7/src/runtime/gcnote.scm

index 434b99b995293dd326e1a18ef049153c6bbfc424..1b8d0b95c048119217032f6dbe4bd2d47347bc11 100644 (file)
@@ -1,8 +1,8 @@
 #| -*-Scheme-*-
 
-$Id: gcnote.scm,v 14.12 1999/01/02 06:11:34 cph Exp $
+$Id: gcnote.scm,v 14.13 2000/03/25 03:24:44 cph Exp $
 
-Copyright (c) 1988-1999 Massachusetts Institute of Technology
+Copyright (c) 1988-2000 Massachusetts Institute of Technology
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -90,8 +90,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
            (gc-statistics)))
 \f
 (define (print-statistic statistic port)
-  (newline port)
-  (write-string (gc-statistic->string statistic) port))
+  (fresh-line port)
+  (write-string (gc-statistic->string statistic) port)
+  (newline port))
 
 (define (gc-statistic->string statistic)
   (let* ((ticks/second 1000)