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