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