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
1b73b7d8
Commit
1b73b7d8
authored
Sep 05, 2016
by
Elias Pipping
Browse files
Clasp: *load-hooks* lives in the si package, not ext
parent
fc1cb09a
Changes
1
Hide whitespace changes
Inline
Side-by-side
footer.lisp
View file @
1b73b7d8
...
...
@@ -9,8 +9,8 @@
#+
(
or
abcl
clasp
cmucl
clozure
ecl
mkcl
sbcl
)
(
:import-from
#+
abcl
:sys
#+
(
or
clasp
cmucl
ecl
)
:ext
#+
clozure
:ccl
#+
mkcl
:mk-ext
#+
sbcl
sb-ext
#:*module-provider-functions*
#+
(
or
clasp
ecl
)
#:*load-hooks*
)
#+
mkcl
(
:import-from
:si
#:*load-hooks*
))
#+
ecl
#:*load-hooks*
)
#+
(
or
clasp
mkcl
)
(
:import-from
:si
#:*load-hooks*
))
(
in-package
:asdf/footer
)
...
...
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