Change to use new procedure `add-identification!'.
authorChris Hanson <org/chris-hanson/cph>
Thu, 16 Jun 1988 06:40:12 +0000 (06:40 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 16 Jun 1988 06:40:12 +0000 (06:40 +0000)
v7/src/runtime/version.scm

index 9562a2ebe7f48ef1655be58fe79b6f36a240edce..e83578d660a2bebaa4ac5c552b2a078435ca3260 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.4 1988/06/13 13:06:17 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.5 1988/06/16 06:40:12 cph Exp $
 
 Copyright (c) 1988 Massachusetts Institute of Technology
 
@@ -38,8 +38,6 @@ MIT in each case. |#
 (declare (usual-integrations))
 
 (define (initialize-package!)
-  (add-system! (make-system "Microcode"
-                           microcode-id/version
-                           microcode-id/modification
-                           '()))
-  (add-system! (make-system "Runtime" 14 4 '())))
\ No newline at end of file
+  (add-identification!
+   "Microcode" microcode-id/version microcode-id/modification)
+  (add-identification! "Runtime" 14 5))
\ No newline at end of file