From bce647e5fa205bbb4c5e263f4ca75bdfb1de04b6 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sat, 25 Mar 2000 03:26:30 +0000 Subject: [PATCH] Make the GC notification string be a comment. --- v7/src/runtime/gcnote.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/runtime/gcnote.scm b/v7/src/runtime/gcnote.scm index 1b8d0b95c..ee3f7e57c 100644 --- a/v7/src/runtime/gcnote.scm +++ b/v7/src/runtime/gcnote.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: gcnote.scm,v 14.13 2000/03/25 03:24:44 cph Exp $ +$Id: gcnote.scm,v 14.14 2000/03/25 03:26:30 cph Exp $ Copyright (c) 1988-2000 Massachusetts Institute of Technology @@ -123,7 +123,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. "%)") 7)))))) - (string-append "GC #" + (string-append ";GC #" (number->string (gc-statistic/meter statistic)) ": took: " (intervals->string -- 2.25.1