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