Skip to content
Snippets Groups Projects
Commit c8e09123 authored by pfdietz's avatar pfdietz
Browse files

ecl can't compile generic functions either

parent 8d1e5a00
No related branches found
No related tags found
No related merge requests found
...@@ -457,7 +457,7 @@ ...@@ -457,7 +457,7 @@
(eval-when (:load-toplevel :execute) (eval-when (:load-toplevel :execute)
(compile 'meaningless-user-function-for-universe) (compile 'meaningless-user-function-for-universe)
;; Conditionalize to avoid a cmucl bug ;; Conditionalize to avoid a cmucl bug
#-cmu (compile 'meaningless-user-generic-function-for-universe) #-(or cmu gcl ecl) (compile 'meaningless-user-generic-function-for-universe)
) )
(defparameter *functions* (defparameter *functions*
......
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