• Top
  • Vl-portinfo-bad

Make-vl-portinfo-bad

Basic constructor macro for vl-portinfo-bad structures.

Syntax
(make-vl-portinfo-bad ) 

This is the usual way to construct vl-portinfo-bad structures. It simply conses together a structure with the specified fields.

This macro generates a new vl-portinfo-bad structure from scratch. See also change-vl-portinfo-bad, which can "change" an existing structure, instead.

Definition

This is an ordinary make- macro introduced by defprod.

Macro: make-vl-portinfo-bad

(defmacro make-vl-portinfo-bad (&rest args)
  (std::make-aggregate 'vl-portinfo-bad
                       args 'nil
                       'make-vl-portinfo-bad
                       nil))

Function: vl-portinfo-bad

(defun vl-portinfo-bad nil
  (declare (xargs :guard t))
  (let ((__function__ 'vl-portinfo-bad))
    (declare (ignorable __function__))
    (cons :bad nil)))