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