Constructor macro for honsed vl-plaintoken-p structures.
Syntax:
(make-honsed-vl-plaintoken [:type <type>] [:etext <etext>] [:breakp <breakp>])
This is identical to make-vl-plaintoken, except that we hons the structure we are creating.
This is an ordinary honsing
Macro:
(defmacro make-honsed-vl-plaintoken (&rest args) (std::make-aggregate 'vl-plaintoken args '((:type) (:etext) (:breakp)) 'make-honsed-vl-plaintoken t))