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
4ab91931
Commit
4ab91931
authored
Dec 18, 2009
by
Francois-Rene Rideau
Browse files
From Robert Goldman, docstring for *defined-systems*
parent
7f4d19be
Changes
1
Hide whitespace changes
Inline
Side-by-side
asdf.lisp
View file @
4ab91931
...
@@ -585,7 +585,12 @@ and NIL NAME and TYPE components"
...
@@ -585,7 +585,12 @@ and NIL NAME and TYPE components"
(
defun
make-defined-systems-table
()
(
defun
make-defined-systems-table
()
(
make-hash-table
:test
'equal
))
(
make-hash-table
:test
'equal
))
(
defvar
*defined-systems*
(
make-defined-systems-table
))
(
defvar
*defined-systems*
(
make-defined-systems-table
)
"This is a hash table whose keys are strings, being the
names of the systems, and whose values are pairs, the first
element of which is a universal-time indicating when the
system definition was last updated, and the second element
of which is a system object."
)
(
defun
coerce-name
(
name
)
(
defun
coerce-name
(
name
)
(
typecase
name
(
typecase
name
...
...
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