Ignore:
Timestamp:
10/29/20 16:54:33 (3 years ago)
Author:
Mark Evenson
Message:

Making introspecting the classpath less verbose

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/src/org/armedbear/lisp/abcl-contrib.lisp

    r15409 r15440  
    103103         (pushnew (pathname (directory-of entry)) result :test 'equal))
    104104        (t
     105         #+(or) ;; Possibly informative for debugging new JVM implementations
    105106         (format *standard-output*
    106107                 "~&Skipping enumeration of resource '~a' with type '~a'.~%"
Note: See TracChangeset for help on using the changeset viewer.