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