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