Changeset 502


Ignore:
Timestamp:
Feb 7, 2004, 5:06:53 PM (21 years ago)
Author:
Gary Byers
Message:

Don't include "ccl:" or "home:" on *module-search-path*. Do include
"ccl:openmcl;modules;".

File:
1 edited

Legend:

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

    r178 r502  
    712712(defparameter *module-search-path* (list
    713713                                    (cons-pathname '(:absolute "bin") nil nil "ccl")
    714                                     (cons-pathname  nil nil nil "home")
    715                                     (cons-pathname  nil nil nil "ccl")
     714                                    (cons-pathname  '(:absolute "openmcl" "modules") nil nil "home")
    716715                                    (cons-pathname '(:absolute "lib") nil nil "ccl")
    717716                                    (cons-pathname '(:absolute "library") nil nil "ccl")
Note: See TracChangeset for help on using the changeset viewer.