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