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