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