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