Commit 23e5157b authored by Robert P. Goldman's avatar Robert P. Goldman
Browse files

Document use of :REQUIRE in dependency-def.

parent 6f739c26
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -1011,6 +1011,7 @@ other-component-type := symbol-by-name (@pxref{The defsystem grammar,,Component
dependency-def := simple-component-name
               | ( :feature @var{feature-expression} dependency-def )
               | ( :version simple-component-name version-specifier )
               | ( :require module-name )

# ``dependency'' is used in :in-order-to, as opposed to
# ``dependency-def''
@@ -1218,6 +1219,11 @@ where significant API incompatibilities are signaled by an increased major numbe

@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
@cindex logical pathnames