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