Fix think-o in previous change.
authorChris Hanson <org/chris-hanson/cph>
Wed, 4 May 1994 23:19:17 +0000 (23:19 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 4 May 1994 23:19:17 +0000 (23:19 +0000)
etc/pack-compiler-alpha.scm
etc/pack-compiler-mips.scm
etc/pack-compiler-spectrum.scm

index 5102259741373c3ed936a24071c9197012c233c9..86d2ff32706c581d1669c7e32c0ccc4abbe05a98 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: pack-compiler-alpha.scm,v 1.2 1994/05/03 04:50:31 cph Exp $
+$Id: pack-compiler-alpha.scm,v 1.3 1994/05/04 23:19:17 cph Exp $
 
 Copyright (c) 1993-94 Massachusetts Institute of Technology
 
@@ -38,7 +38,7 @@ MIT in each case. |#
     (load (merge-pathnames "pack" (directory-pathname (current-load-pathname)))
          '(RUNTIME LOAD)))
 
-(define (pack-compiler output)
+(define (pack-compiler #!optional output)
   (pack-binaries (if (default-object? output) "lib/compdel.com" output)
                 '(("sf"
                    "make.com"
index 7d70a6613242fea73cedf7082a4f4bb2294b9a1f..794333441090d519e9dabbbcc4f4b1ae4a2108d8 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: pack-compiler-mips.scm,v 1.3 1994/05/03 04:50:33 cph Exp $
+$Id: pack-compiler-mips.scm,v 1.4 1994/05/04 23:19:09 cph Exp $
 
 Copyright (c) 1993-94 Massachusetts Institute of Technology
 
@@ -38,7 +38,7 @@ MIT in each case. |#
     (load (merge-pathnames "pack" (directory-pathname (current-load-pathname)))
          '(RUNTIME LOAD)))
 
-(define (pack-compiler output)
+(define (pack-compiler #!optional output)
   (pack-binaries (if (default-object? output) "lib/compdel.com" output)
                 '(("sf"
                    "make.com"
index d609a73337684df8aa69e493af1d1a60d47ca34b..0106408e54b57c03467df065b39b06cf81b862a1 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: pack-compiler-spectrum.scm,v 1.2 1994/05/03 04:50:34 cph Exp $
+$Id: pack-compiler-spectrum.scm,v 1.3 1994/05/04 23:19:03 cph Exp $
 
 Copyright (c) 1993-94 Massachusetts Institute of Technology
 
@@ -38,7 +38,7 @@ MIT in each case. |#
     (load (merge-pathnames "pack" (directory-pathname (current-load-pathname)))
          '(RUNTIME LOAD)))
 
-(define (pack-compiler output)
+(define (pack-compiler #!optional output)
   (pack-binaries (if (default-object? output) "lib/compdel.com" output)
                 '(("sf"
                    "make.com"