Modifying constructor for op-32-funct-subw structures.
(change-op-32-funct-subw x
)
This is an often useful alternative to make-op-32-funct-subw.
We construct a new op-32-funct-subw structure that is a copy of
This is an ordinary
Macro:
(defmacro change-op-32-funct-subw (x &rest args) (std::change-aggregate 'op-32-funct-subw x args 'nil 'change-op-32-funct-subw 'nil))