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