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