X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fmain.lisp;h=5383510b652dd0743eeff38501ab70b92a25fd05;hb=872175cd9cb5b4966a36d4bd92421cc407a0355b;hp=908270ffd8b8002ce3a4dacabd54b9bfef17c56d;hpb=b5703d98da9ebfd688c87e14862ab4e26dc94d14;p=sbcl.git diff --git a/src/compiler/main.lisp b/src/compiler/main.lisp index 908270f..5383510 100644 --- a/src/compiler/main.lisp +++ b/src/compiler/main.lisp @@ -1455,8 +1455,7 @@ ;;; compiled files. (defun cfp-output-file-default (input-file) (let* ((defaults (merge-pathnames input-file *default-pathname-defaults*)) - (retyped (make-pathname :type *backend-fasl-file-type* - :defaults defaults))) + (retyped (make-pathname :type *fasl-file-type* :defaults defaults))) retyped)) ;;; KLUDGE: Part of the ANSI spec for this seems contradictory: