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