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