Skip to content
  • Helmut Eller's avatar
    Be more careful when creating adapters. · b7023422
    Helmut Eller authored
    * code/fdefinition.lisp (generate-adapter-function): Simply use :typed
    convention instead of the :typed-no-xep.  I removed :typed-no-xep as
    it was probably a premature optimisation.  Also switch directly to
    full-call convention instead of trying to stay with typed convention.
    (check-function-redefinition): Handle the case when the new function
    doesn't have a typed entry point.
    b7023422