From: Chris Hanson Date: Mon, 13 Jun 1988 13:05:41 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: 20090517-FFI~12727 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=7048af8859335e0b549254370a616ce3469beb16;p=mit-scheme.git *** empty log message *** --- 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