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