Modifying constructor for extdecl-asm structures.
(change-extdecl-asm x
[:unwrap <unwrap>])
This is an often useful alternative to make-extdecl-asm.
We construct a new extdecl-asm structure that is a copy of
This is an ordinary
Macro:
(defmacro change-extdecl-asm (x &rest args) (std::change-aggregate 'extdecl-asm x args '((:unwrap . extdecl-asm->unwrap)) 'change-extdecl-asm 'remake-extdecl-asm))