The implementation of
fli:define-foreign-variable
has changed to require the
:accessor
argument if the type is an aggregate type. This is to avoid accidental copying of aggregates. To retain the existing copying semantics, use
:accessor
:value
.