A copying macro that lets you create new vl-realtoken-p structures, based on existing structures.
Syntax:
(change-vl-realtoken x [:etext <etext>] [:breakp <breakp>])
This is a sometimes useful alternative to make-vl-realtoken.
It constructs a new vl-realtoken-p structure that is a copy of
This is an ordinary
Macro:
(defmacro change-vl-realtoken (x &rest args) (std::change-aggregate 'vl-realtoken x args '((:etext . vl-realtoken->etext) (:breakp . vl-realtoken->breakp)) 'change-vl-realtoken 'remake-vl-realtoken))