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