Basic constructor macro for vcscope-dinfo-option-none structures.
(make-vcscope-dinfo-option-none )
This is the usual way to construct vcscope-dinfo-option-none structures. It simply conses together a structure with the specified fields.
This macro generates a new vcscope-dinfo-option-none structure from scratch. See also change-vcscope-dinfo-option-none, which can "change" an existing structure, instead.
This is an ordinary
Macro:
(defmacro make-vcscope-dinfo-option-none (&rest args) (std::make-aggregate 'vcscope-dinfo-option-none args 'nil 'make-vcscope-dinfo-option-none nil))
Function:
(defun vcscope-dinfo-option-none nil (declare (xargs :guard t)) (let ((__function__ 'vcscope-dinfo-option-none)) (declare (ignorable __function__)) (cons :none (list))))