aboutsummaryrefslogtreecommitdiff
path: root/src/boot/translator.boot.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/translator.boot.pamphlet')
-rw-r--r--src/boot/translator.boot.pamphlet6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/boot/translator.boot.pamphlet b/src/boot/translator.boot.pamphlet
index f64e35e5..50e146aa 100644
--- a/src/boot/translator.boot.pamphlet
+++ b/src/boot/translator.boot.pamphlet
@@ -781,7 +781,7 @@ defaultBootToLispFile file ==
CONCAT(shoeRemovebootIfNec file,'".clisp")
translateBootFile(progname, options, file) ==
- outFile := getOutputPathname(options, defaultBootToLispFile file)
+ outFile := getOutputPathname(options)
BOOTTOCL(file, ENOUGH_-NAMESTRING outFile)
compileBootHandler(progname, options, file) ==
@@ -1881,9 +1881,7 @@ associateRequestWithFileType(Option '"compile", '"boot",
(PROG (|outFile|)
(RETURN
(PROGN
- (SETQ |outFile|
- (|getOutputPathname| |options|
- (|defaultBootToLispFile| |file|)))
+ (SETQ |outFile| (|getOutputPathname| |options|))
(BOOTTOCL |file| (ENOUGH-NAMESTRING |outFile|))))))
(DEFUN |compileBootHandler| (|progname| |options| |file|)