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