Skip to content
Snippets Groups Projects
Commit 9d3ebe1c authored by emarsden's avatar emarsden
Browse files

Fix COMPILE-FILE-PATHNAME when *BYTE-COMPILE-DEFAULT* is enabled.

 (let ((ext:*byte-compile-default* t)) (compile-file-pathname "foo.lisp"))

was returning #p"foo.x86f", when it should return #p"foo.lbytef".
parent 22d85072
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment