#| -*-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
(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"
#| -*-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
(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"
#| -*-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
(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"