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