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