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