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