From: Chris Hanson Date: Tue, 14 Jun 1988 10:32:05 +0000 (+0000) Subject: Always load compiled if possible. Adjust version to agree with RCS X-Git-Tag: 20090517-FFI~12718 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=b033a6f7a8cf583e5d31c2c3c6d5026662036235;p=mit-scheme.git Always load compiled if possible. Adjust version to agree with RCS version. --- diff --git a/v7/src/cref/make.scm b/v7/src/cref/make.scm index 6ae4e70ad..4ddaa17a8 100644 --- a/v7/src/cref/make.scm +++ b/v7/src/cref/make.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/cref/make.scm,v 1.1 1988/06/13 12:38:24 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/cref/make.scm,v 1.2 1988/06/14 10:32:05 cph Exp $ Copyright (c) 1988 Massachusetts Institute of Technology @@ -36,5 +36,5 @@ MIT in each case. |# (declare (usual-integrations)) -(package/system-loader "cref" '() 'QUERY) -(add-system! (make-system "CREF" 0 0 '())) \ No newline at end of file +(package/system-loader "cref" '() false) +(add-system! (make-system "CREF" 1 2 '())) \ No newline at end of file