Don't bother calling BUILT-IN-OBJECT-FILE; it's already being done by
authorChris Hanson <org/chris-hanson/cph>
Sun, 20 May 2007 01:52:37 +0000 (01:52 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sun, 20 May 2007 01:52:37 +0000 (01:52 +0000)
FASLOAD.

v7/src/runtime/packag.scm

index 3236d3628a697bcf51fe6c58dab417027a3abe79..31003b5e839f1301151406102cde8d93f30acb23 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: packag.scm,v 14.53 2007/04/14 03:52:55 cph Exp $
+$Id: packag.scm,v 14.54 2007/05/20 01:52:37 cph Exp $
 
 Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
     1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
@@ -173,9 +173,7 @@ USA.
                 (if (default-object? options) '() options))))
       (with-working-directory-pathname dir
        (lambda ()
-         (let ((file
-                (or (built-in-object-file pkg)
-                    (fasload pkg))))
+         (let ((file (fasload pkg)))
            (if (not (package-file? file))
                (error "Malformed package-description file:" pkg))
            (construct-packages-from-file file)