Make the order of invocation of gc-daemons the same as the order of
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Fri, 25 Jun 1993 21:09:55 +0000 (21:09 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Fri, 25 Jun 1993 21:09:55 +0000 (21:09 +0000)
"declaration", and make the rehash daemon be the first.

v7/src/runtime/version.scm

index 3d1aef11aca3f83106baff2469910ba789581702..cfad85a1fcf750364baddc2fa1c381e01c4a263c 100644 (file)
@@ -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)