From 9d558d1eaa5ecd53ad5d81975e2841f2db87278a Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Fri, 25 Jun 1993 21:09:55 +0000 Subject: [PATCH] Make the order of invocation of gc-daemons the same as the order of "declaration", and make the rehash daemon be the first. --- v7/src/runtime/version.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/runtime/version.scm b/v7/src/runtime/version.scm index 3d1aef11a..cfad85a1f 100644 --- a/v7/src/runtime/version.scm +++ b/v7/src/runtime/version.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: version.scm,v 14.161 1993/04/27 09:44:01 cph Exp $ +$Id: version.scm,v 14.162 1993/06/25 21:09:55 gjr Exp $ Copyright (c) 1988-1993 Massachusetts Institute of Technology @@ -45,7 +45,7 @@ MIT in each case. |# '())) (add-system! microcode-system) (add-event-receiver! event:after-restore snarf-microcode-version!) - (add-identification! "Runtime" 14 161)) + (add-identification! "Runtime" 14 162)) (define microcode-system) -- 2.25.1