#| -*-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
(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)