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