• Top
  • Vl-portinfo-bad

Change-vl-portinfo-bad

Modifying constructor for vl-portinfo-bad structures.

Syntax
(change-vl-portinfo-bad x 
                        ) 

This is an often useful alternative to make-vl-portinfo-bad.

We construct a new vl-portinfo-bad structure that is a copy of x, except that you can explicitly change some particular fields. Any fields you don't mention just keep their values from x.

Definition

This is an ordinary change- macro introduced by defprod.

Macro: change-vl-portinfo-bad

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