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

Docstring for REQUIRE-SYSTEM.

parent 6768551d
No related branches found
No related tags found
No related merge requests found
...@@ -156,7 +156,9 @@ for how to load or compile stuff") ...@@ -156,7 +156,9 @@ for how to load or compile stuff")
(defvar *modules-being-required* nil) (defvar *modules-being-required* nil)
(defclass require-system (system) (defclass require-system (system)
((module :initarg :module :initform nil :accessor required-module))) ((module :initarg :module :initform nil :accessor required-module))
(:documentation "A SYSTEM subclass whose processing is handled by
the implementation's REQUIRE rather than by internal ASDF mechanisms."))
(defmethod perform ((o compile-op) (c require-system)) (defmethod perform ((o compile-op) (c require-system))
nil) nil)
......
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