Modifying constructor for ienv structures.
(change-ienv x
[:version <version>]
[:char+short+int+long+llong+bool-format <char+short+int+long+llong+bool-format>])
This is an often useful alternative to make-ienv.
We construct a new ienv structure that is a copy of
This is an ordinary
Macro:
(defmacro change-ienv (x &rest args) (std::change-aggregate 'ienv x args '((:version . ienv->version) (:char+short+int+long+llong+bool-format . ienv->char+short+int+long+llong+bool-format)) 'change-ienv 'nil))