Skip to content
Snippets Groups Projects
Commit 29ab79a1 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Use proper feature of ecl-bytecmp

parent e06e0ebb
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
;; CLISP 2.48 has a bug that makes this test fail. Hopefully, everyone uses 2.49 or better. ;; CLISP 2.48 has a bug that makes this test fail. Hopefully, everyone uses 2.49 or better.
;; The ECL bytecode compiler also fails. ;; The ECL bytecode compiler also fails.
;; Work around: ;; Work around:
#+(and ecl ecl_bytecodes) #+(and ecl ecl-bytecmp)
(when (and (eq asdf:*compile-file-failure-behaviour* :error) (when (and (eq asdf:*compile-file-failure-behaviour* :error)
#+ecl (equal (compile-file-type) "fasc")) #+ecl (equal (compile-file-type) "fasc"))
(error 'compile-file-error :description "faking it")) (error 'compile-file-error :description "faking it"))
......
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