Skip to content
Snippets Groups Projects
Commit 23e5157b authored by Robert P. Goldman's avatar Robert P. Goldman
Browse files

Document use of :REQUIRE in dependency-def.

parent 6f739c26
No related branches found
No related tags found
No related merge requests found
...@@ -1011,6 +1011,7 @@ other-component-type := symbol-by-name (@pxref{The defsystem grammar,,Component ...@@ -1011,6 +1011,7 @@ other-component-type := symbol-by-name (@pxref{The defsystem grammar,,Component
dependency-def := simple-component-name dependency-def := simple-component-name
| ( :feature @var{feature-expression} dependency-def ) | ( :feature @var{feature-expression} dependency-def )
| ( :version simple-component-name version-specifier ) | ( :version simple-component-name version-specifier )
| ( :require module-name )
# ``dependency'' is used in :in-order-to, as opposed to # ``dependency'' is used in :in-order-to, as opposed to
# ``dependency-def'' # ``dependency-def''
...@@ -1218,6 +1219,11 @@ where significant API incompatibilities are signaled by an increased major numbe ...@@ -1218,6 +1219,11 @@ where significant API incompatibilities are signaled by an increased major numbe
@xref{Common attributes of components}. @xref{Common attributes of components}.
@subsection Require
@cindex :require dependencies
Use the implementation's own @code{require} to load the @var{module-name}.
@subsection Using logical pathnames @subsection Using logical pathnames
@cindex logical pathnames @cindex logical pathnames
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment