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