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