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