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