From: Guillermo J. Rozas Date: Fri, 25 Jun 1993 21:09:55 +0000 (+0000) Subject: Make the order of invocation of gc-daemons the same as the order of X-Git-Tag: 20090517-FFI~8273 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=9d558d1eaa5ecd53ad5d81975e2841f2db87278a;p=mit-scheme.git Make the order of invocation of gc-daemons the same as the order of "declaration", and make the rehash daemon be the first. --- 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)