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
Hugo Ishimaru
asdf
Commits
52eaa01c
Commit
52eaa01c
authored
Jan 20, 2014
by
Francois-Rene Rideau
Browse files
Fix the upgrade punting on harder implementations.
parent
628b16a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
header.lisp
View file @
52eaa01c
...
@@ -72,7 +72,7 @@
...
@@ -72,7 +72,7 @@
(
when
(
and
existing-version
(
when
(
and
existing-version
(
<
existing-version-number
(
<
existing-version-number
#+
(
or
allegro
clisp
lispworks
sbcl
)
2.0
#+
(
or
allegro
clisp
lispworks
sbcl
)
2.0
#
+
(
or
allegro
clisp
lispworks
sbcl
)
2.27
))
#
-
(
or
allegro
clisp
lispworks
sbcl
)
2.27
))
(
rename-package
:asdf
away
)
(
rename-package
:asdf
away
)
(
when
*load-verbose*
(
when
*load-verbose*
(
format
t
"~&; Renamed old ~A package away to ~A~%"
:asdf
away
))))))
(
format
t
"~&; Renamed old ~A package away to ~A~%"
:asdf
away
))))))
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