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