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