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