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