Changeset 5657
- Timestamp:
- Dec 31, 2006, 1:33:15 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/level-1/l1-pathnames.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/level-1/l1-pathnames.lisp
r5630 r5657 296 296 (defun %split-component (thing &aux pos) 297 297 ;"ab*cd*" -> "ab" "cd*" 298 (if (or (n ull thing)(eq thing :unspecific)(null (setq pos (%path-mem "*" thing))))298 (if (or (not (typep thing 'string))(null (setq pos (%path-mem "*" thing)))) 299 299 (values thing nil nil) 300 300 (let* ((len (length thing)))
Note:
See TracChangeset
for help on using the changeset viewer.
