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