Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
asdf
asdf
Commits
dcdc48a0
Commit
dcdc48a0
authored
Jun 09, 2010
by
Francois-Rene Rideau
Browse files
2.001: remove explicit reference to cl-source-file where we really mean
*default-component-class* (thanks to Stelian Ionescu).
parent
58f7b0d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
asdf.lisp
View file @
dcdc48a0
...
...
@@ -70,7 +70,7 @@
:test
'equalp
:key
'car
))
(
let*
((
asdf-version
;; the 1+ helps the version bumping script discriminate
(
subseq
"VERSION:2.00
0
"
(
1+
(
length
"VERSION"
))))
(
subseq
"VERSION:2.00
1
"
(
1+
(
length
"VERSION"
))))
(
existing-asdf
(
find-package
:asdf
))
(
vername
'
#:*asdf-version*
)
(
versym
(
and
existing-asdf
...
...
@@ -2082,7 +2082,7 @@ details."
(
or
class
(
and
(
eq
type
:file
)
(
or
(
module-default-component-class
parent
)
(
find-class
'cl-source-file
)))
(
find-class
*default-component-class*
)))
(
sysdef-error
"~@<don't recognize component type ~A~@:>"
type
))))
(
defun
maybe-add-tree
(
tree
op1
op2
c
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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