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