Modifying constructor for vl-scopecontext-package structures.
(change-vl-scopecontext-package x [:pkg <pkg>])
This is an often useful alternative to make-vl-scopecontext-package.
We construct a new vl-scopecontext-package structure that is a copy of
This is an ordinary
Macro:
(defmacro change-vl-scopecontext-package (x &rest args) (std::change-aggregate 'vl-scopecontext-package x args '((:pkg . vl-scopecontext-package->pkg)) 'change-vl-scopecontext-package 'remake-vl-scopecontext-package))