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