Changeset 507


Ignore:
Timestamp:
Feb 7, 2004, 10:08:32 PM (21 years ago)
Author:
Gary Byers
Message:

Add "ccl:tools;" to *MODULE-SEARCH-PATH*.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/level-1/l1-pathnames.lisp

    r502 r507  
    715715                                    (cons-pathname '(:absolute "lib") nil nil "ccl")
    716716                                    (cons-pathname '(:absolute "library") nil nil "ccl")
    717                                     (cons-pathname '(:absolute "examples") nil nil "ccl"))
     717                                    (cons-pathname '(:absolute "examples") nil nil "ccl")
     718                                    (cons-pathname '(:absolute "tools") nil nil "ccl"))
    718719  "Holds a list of pathnames to search for the file that has same name
    719720   as a module somebody is looking for.")
Note: See TracChangeset for help on using the changeset viewer.