Make it work with ASDF 1.6 series.
authorFrancois-Rene Rideau <fare@tunes.org>
Thu, 18 Feb 2010 18:36:15 +0000 (13:36 -0500)
committerFrancois-Rene Rideau <fare@tunes.org>
Thu, 18 Feb 2010 18:36:15 +0000 (13:36 -0500)
grovel.lisp

index 01d389d..060dc8b 100644 (file)
 
 ;; Used by maybe-translated-component-name and output-component-file.
 
-
 (defvar *asdf-has-sensible-component-names-p*
-  (ignore-errors (<= 1.367 (read-from-string asdf::*asdf-revision*))))
+  (and (find-symbol "*ASDF-VERSION*" :asdf) t))
 
 (defun strip/ (name)
   (subseq name (1+ (or (position #\/ name :from-end t) -1))))