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