Modifying constructor for valid-defstatus-tentative structures.
(change-valid-defstatus-tentative x
)
This is an often useful alternative to make-valid-defstatus-tentative.
We construct a new valid-defstatus-tentative structure that is a copy of
This is an ordinary
Macro:
(defmacro change-valid-defstatus-tentative (x &rest args) (std::change-aggregate 'valid-defstatus-tentative x args 'nil 'change-valid-defstatus-tentative 'nil))