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