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