From 7048af8859335e0b549254370a616ce3469beb16 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Mon, 13 Jun 1988 13:05:41 +0000 Subject: [PATCH] *** empty log message *** --- v7/src/runtime/version.scm | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/v7/src/runtime/version.scm b/v7/src/runtime/version.scm index 8e785a5ce..ec383400f 100644 --- a/v7/src/runtime/version.scm +++ b/v7/src/runtime/version.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.2 1988/06/13 12:00:18 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.3 1988/06/13 13:05:41 cph Exp $ Copyright (c) 1988 Massachusetts Institute of Technology @@ -37,8 +37,9 @@ MIT in each case. |# (declare (usual-integrations)) -(add-system! (make-system "Microcode" - microcode-id/version - microcode-id/modification - '())) -(add-system! (make-system "Runtime" 14 2 '())) \ No newline at end of file +(define (initialize-package!) + (add-system! (make-system "Microcode" + microcode-id/version + microcode-id/modification + '())) + (add-system! (make-system "Runtime" 14 2 '()))) \ No newline at end of file -- 2.25.1