From: Guillermo J. Rozas Date: Fri, 20 Jul 1990 01:24:13 +0000 (+0000) Subject: Improve copy-program, and move it to a separate file (prgcop) and X-Git-Tag: 20090517-FFI~11310 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=75dc0ca93caafba1180d12f3b2361a06b3c611be;p=mit-scheme.git Improve copy-program, and move it to a separate file (prgcop) and package (runtime program-copier). --- diff --git a/v7/src/runtime/version.scm b/v7/src/runtime/version.scm index 69f9c09d7..eba6a74bc 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.89 1990/07/18 20:40:33 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.90 1990/07/20 01:24:13 jinx Exp $ Copyright (c) 1988, 1989, 1990 Massachusetts Institute of Technology @@ -45,8 +45,7 @@ MIT in each case. |# '())) (add-system! microcode-system) (add-event-receiver! event:after-restore snarf-microcode-version!) - (add-identification! "Runtime" 14 89)) - + (add-identification! "Runtime" 14 90)) (define microcode-system) (define (snarf-microcode-version!)