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