Skip to content
  • Daniel Kochmański's avatar
    dffi: disable complex argument type · b2b6548a
    Daniel Kochmański authored
    libffi is incapable of properly handling complex float argument types
    yet. Commit disables complex types and adds a comment explaining
    what's going on.
    
    SFFI types which doesn't have counterpart in DFFI conversion table are
    NULL and function ecl_type_to_libffi_type will signal a condition when
    they are used.
    b2b6548a