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