From 291000be4b53035f6902ae66fe84d3aa88673c8e Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 1 Mar 2000 23:47:06 +0000 Subject: [PATCH] Change to put release version into runtime system rather than microcode. --- v7/src/runtime/savres.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/v7/src/runtime/savres.scm b/v7/src/runtime/savres.scm index 1a4bf0a39..6e63540b4 100644 --- a/v7/src/runtime/savres.scm +++ b/v7/src/runtime/savres.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: savres.scm,v 14.32 2000/03/01 23:45:56 cph Exp $ +$Id: savres.scm,v 14.33 2000/03/01 23:47:06 cph Exp $ Copyright (c) 1988-2000 Massachusetts Institute of Technology @@ -143,7 +143,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. (if (default-object? port) (current-output-port) (guarantee-output-port port)))) - (fresh-line port) (write-string world-identification port) (if time-world-saved (begin -- 2.25.1