Skip to content

Commit

Permalink
In swank-ecl.lisp, import compute-applicable-methods-using-classes wh…
Browse files Browse the repository at this point in the history
…en its fboundp (ECL 12.5.1 will provide it).
  • Loading branch information
Juan Jose Garcia Ripoll committed Apr 20, 2012
1 parent 1f8d15f commit 1130794
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions swank-ecl.lisp
Expand Up @@ -40,11 +40,12 @@
(import-from :gray *gray-stream-symbols* :swank-backend)

(import-swank-mop-symbols :clos
'(:eql-specializer
`(:eql-specializer
:eql-specializer-object
:generic-function-declarations
:specializer-direct-methods
:compute-applicable-methods-using-classes)))
,@(unless (fboundp 'clos:compute-applicable-methods-using-classes)
'(:compute-applicable-methods-using-classes)))))


;;;; TCP Server
Expand Down

0 comments on commit 1130794

Please sign in to comment.