From: Chris Hanson Date: Sun, 29 Apr 2007 19:48:08 +0000 (+0000) Subject: Fix typo: reverse sense of flag passed to FASLOAD. X-Git-Tag: 20090517-FFI~620 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=23703f979045204e91c6f5f9f15782af65677726;p=mit-scheme.git Fix typo: reverse sense of flag passed to FASLOAD. --- diff --git a/v7/src/cref/redpkg.scm b/v7/src/cref/redpkg.scm index 0275aabbb..08c7540c6 100644 --- a/v7/src/cref/redpkg.scm +++ b/v7/src/cref/redpkg.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: redpkg.scm,v 1.31 2007/04/29 18:24:35 cph Exp $ +$Id: redpkg.scm,v 1.32 2007/04/29 19:48:08 cph Exp $ Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, @@ -46,7 +46,7 @@ USA. (merge-pathnames pathname model-pathname) os-type))) (if (file-exists? pathname) - (let ((contents (fasload pathname #f))) + (let ((contents (fasload pathname #t))) (if (package-file? contents) contents (begin @@ -138,7 +138,7 @@ USA. (changes? (list #f))) (let ((result (let ((caches - (if (file-exists? pathname) (fasload pathname #f) '()))) + (if (file-exists? pathname) (fasload pathname #t) '()))) (let ((cache-packages (lambda (packages) (append-map!