Basic constructor macro for macro-info-option-none structures.
(make-macro-info-option-none )
This is the usual way to construct macro-info-option-none structures. It simply conses together a structure with the specified fields.
This macro generates a new macro-info-option-none structure from scratch. See also change-macro-info-option-none, which can "change" an existing structure, instead.
This is an ordinary
Macro:
(defmacro make-macro-info-option-none (&rest args) (std::make-aggregate 'macro-info-option-none args 'nil 'make-macro-info-option-none nil))
Function:
(defun macro-info-option-none nil (declare (xargs :guard t)) nil)