Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
asdf
asdf
Commits
79502b1c
Commit
79502b1c
authored
Jan 14, 2010
by
Francois-Rene Rideau
Browse files
Remove duplicate definitions from previous patch.
parent
1693dc3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
asdf.lisp
View file @
79502b1c
...
@@ -2177,21 +2177,6 @@ applied by the plain `*source-to-target-mappings*`."
...
@@ -2177,21 +2177,6 @@ applied by the plain `*source-to-target-mappings*`."
(
defun
expand-search-path
(
path
)
(
defun
expand-search-path
(
path
)
(
mapcar
#'
pathname
(
expand-search-path-string
path
)))
(
mapcar
#'
pathname
(
expand-search-path-string
path
)))
;; from cl-fad:fad.lisp
(
defun
component-present-p
(
value
)
"Helper function for DIRECTORY-PATHNAME-P which checks whether VALUE
is neither NIL nor the keyword :UNSPECIFIC."
(
and
value
(
not
(
eql
value
:unspecific
))))
(
defun
directory-pathname-p
(
pathspec
)
"Returns NIL if PATHSPEC \(a pathname designator) does not designate
a directory, PATHSPEC otherwise. It is irrelevant whether file or
directory designated by PATHSPEC does actually exist."
(
and
(
not
(
component-present-p
(
pathname-name
pathspec
)))
(
not
(
component-present-p
(
pathname-type
pathspec
)))
pathspec
))
(
defun
pathname-as-directory
(
pathspec
)
(
defun
pathname-as-directory
(
pathspec
)
"Converts the non-wild pathname designator PATHSPEC to directory
"Converts the non-wild pathname designator PATHSPEC to directory
form."
form."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment