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