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
13d10577
Commit
13d10577
authored
Sep 25, 2018
by
Francois-Rene Rideau
Browse files
system.lisp: vertical whitespace for legibility
parent
52bfb856
Changes
1
Hide whitespace changes
Inline
Side-by-side
system.lisp
View file @
13d10577
...
...
@@ -30,8 +30,10 @@
If no system is found, then signal an error if ERROR-P is true (the default), or else return NIL.
A system designator is usually a string (conventionally all lowercase) or a symbol, designating
the same system as its downcased name; it can also be a system object (designating itself)."
))
(
defgeneric
system-source-file
(
system
)
(
:documentation
"Return the source file in which system is defined."
))
;; This is bad design, but was the easiest kluge I found to let the user specify that
;; some special actions create outputs at locations controled by the user that are not affected
;; by the usual output-translations.
...
...
@@ -50,6 +52,7 @@ NB: This interface is subject to change. Please contact ASDF maintainers if you
(with no argument) when running an image dumped from the COMPONENT.
NB: This interface is subject to change. Please contact ASDF maintainers if you use it."
))
(
defmethod
component-entry-point
((
c
component
))
nil
))
...
...
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