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