#ifndef FFI_COMPAT_H #define FFI_COMPAT_H #ifndef RARRAY_LEN # define RARRAY_LEN(ary) RARRAY(ary)->len #endif #endif /* FFI_COMPAT_H */