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
49b88122
Commit
49b88122
authored
Dec 20, 2015
by
Robert Goldman
Browse files
Fix use of obsolete package nickname.
ASDF/COMMON-LISP was referenced, but the proper package name is UIOP/COMMON-LISP.
parent
c421f582
Changes
1
Hide whitespace changes
Inline
Side-by-side
footer.lisp
View file @
49b88122
...
...
@@ -48,7 +48,7 @@
(
with-upgradability
()
#+
allegro
(
when
(
boundp
'excl:*warn-on-nested-reader-conditionals*
)
(
setf
excl:*warn-on-nested-reader-conditionals*
asdf
/common-lisp::*acl-warn-save*
))
(
setf
excl:*warn-on-nested-reader-conditionals*
uiop
/common-lisp::*acl-warn-save*
))
(
dolist
(
f
'
(
:asdf
:asdf2
:asdf3
:asdf3.1
:asdf-package-system
))
(
pushnew
f
*features*
))
...
...
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