Skip to content
  • Liam Healy's avatar
    List argument to defmobject :initialize-suffix · 8555fb6a
    Liam Healy authored
    A list argument to defmobject :initialize-suffix now means what a list
    argument to defmfun to defmfun c-arguments does: there are two foreign
    functions corresponding to the Lisp function; in this case, to
    reinitialize-instance.  The old meaning of having the second element
    specify the c-return reinitialize-instance has been eliminated;
    instead, this information is conveyed in a new key argument
    :ri-c-return.
    8555fb6a