From: Chris Hanson Date: Mon, 16 Oct 2000 18:28:45 +0000 (+0000) Subject: Forgot to load CREF. X-Git-Tag: 20090517-FFI~3257 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=e0e754c5295f1308f62d3ec17a0f5c73f5e8f027;p=mit-scheme.git Forgot to load CREF. --- diff --git a/v7/src/etc/bootstrap-compile.scm b/v7/src/etc/bootstrap-compile.scm index e159b1a72..e11fea8f4 100644 --- a/v7/src/etc/bootstrap-compile.scm +++ b/v7/src/etc/bootstrap-compile.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: bootstrap-compile.scm,v 1.5 2000/10/16 18:27:34 cph Exp $ +$Id: bootstrap-compile.scm,v 1.6 2000/10/16 18:28:45 cph Exp $ Copyright (c) 2000 Massachusetts Institute of Technology @@ -25,7 +25,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. (lambda () (load "cref.sf") (load "cref.cbf") - (load "make")) + (load "make"))) (for-each (lambda (name) (with-working-directory-pathname name (lambda ()