Skip to content
  • Daniel Kochmański's avatar
    cleanup: remove obsolete dffi code · 10bd3b61
    Daniel Kochmański authored
    ECL uses libffi for a long time and these code isn't even
    compiled. ECL_DYNAMIC_FFI supported only limited number of x86 and
    x86_64 bit platforms (transcended by libffi) and was basically dead. Not
    sure if it would even compile even fater changing the scripts.
    
    This changes were pretty straightforward, since the code was nicely
    isolated with the appropriate ifdefs, but some testing is necessary
    here.
    10bd3b61