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