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