Always generate package files for all OS types.
authorChris Hanson <org/chris-hanson/cph>
Mon, 13 Dec 2004 03:26:51 +0000 (03:26 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 13 Dec 2004 03:26:51 +0000 (03:26 +0000)
v7/src/cref/toplev.scm

index fb78a55780a15a6d0c9b1ceb0eba47acaf81be11..3b68d8a45f7d4eb510d5f80f8aceba25ae6843cf 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: toplev.scm,v 1.22 2004/12/13 03:25:59 cph Exp $
+$Id: toplev.scm,v 1.23 2004/12/13 03:26:51 cph Exp $
 
 Copyright 1988,1989,1991,1993,1995,1996 Massachusetts Institute of Technology
 Copyright 1998,2000,2001,2002,2003 Massachusetts Institute of Technology
@@ -30,7 +30,7 @@ USA.
 (declare (usual-integrations))
 \f
 (define (generate/common kernel)
-  (lambda (filename #!optional os-type)
+  (lambda (filename)
     (let ((pathname (merge-pathnames filename)))
       (for-each (lambda (os-type)
                  (let ((pmodel (read-package-model pathname os-type)))