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