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