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
Eric Timmons
asdf
Commits
a5da5af2
Commit
a5da5af2
authored
Apr 28, 2020
by
Robert Goldman
Browse files
Merge branch '29-ecl-support-for-package-local-nicknames' into 'master'
Provide ECL support for package local nicknames.
parents
26882266
61e3e45e
Changes
1
Hide whitespace changes
Inline
Side-by-side
uiop/package.lisp
View file @
a5da5af2
...
...
@@ -31,10 +31,10 @@
#+
package-local-nicknames
(
:import-from
#+
allegro
#:excl
#+
sbcl
#:sb-ext
#+
(
or
clasp
abcl
)
#:ext
#+
(
or
clasp
abcl
ecl
)
#:ext
#+
ccl
#:ccl
#+
lispworks
#:hcl
#-
(
or
allegro
sbcl
clasp
abcl
ccl
lispworks
)
#-
(
or
allegro
sbcl
clasp
abcl
ccl
lispworks
ecl
)
(
error
"Don't know from which package this lisp supplies the local-package-nicknames API."
)
#:remove-package-local-nickname
#:package-local-nicknames
#:add-package-local-nickname
)
(
:export
...
...
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