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
b75a0148
Commit
b75a0148
authored
Apr 03, 2010
by
Francois-Rene Rideau
Browse files
version needs to be defparameter, not defvar.
parent
9ecc296c
Changes
1
Hide whitespace changes
Inline
Side-by-side
asdf.lisp
View file @
b75a0148
...
...
@@ -262,7 +262,7 @@
#:clear-source-registry
#:ensure-source-registry
#:process-source-registry
))
(
eval
`
(
def
va
r
,
(
intern
(
string
versym
)
(
find-package
:asdf
))
,
asdf-version
))))))
(
eval
`
(
def
paramete
r
,
(
intern
(
string
versym
)
(
find-package
:asdf
))
,
asdf-version
))))))
(
in-package
#:asdf
)
...
...
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