Constructor macro for honsed vl-psconfig-p structures.
Syntax:
(make-honsed-vl-psconfig [:autowrap-col <autowrap-col>]
[:autowrap-ind <autowrap-ind>]
[:htmlp <htmlp>]
[:tabsize <tabsize>]
[:package <package>]
[:base <base>])
This is identical to make-vl-psconfig, except that we hons the structure we are creating.
This is an ordinary honsing
Macro:
(defmacro make-honsed-vl-psconfig (&rest args) (std::make-aggregate 'vl-psconfig args '((:autowrap-col) (:autowrap-ind) (:htmlp) (:tabsize) (:package) (:base)) 'make-honsed-vl-psconfig t))