ext/pycall/pycall_internal.h in pycall-1.3.1 vs ext/pycall/pycall_internal.h in pycall-1.4.0

- old
+ new

@@ -661,10 +661,10 @@ Py_ssize_t pycall_python_hexversion(void); #define pycall_python_long_hash (pycall_python_hexversion() < 0x03020000) void pycall_Py_DecRef(PyObject *); -RUBY_EXTERN const rb_data_type_t pycall_pyptr_data_type; +extern const rb_data_type_t pycall_pyptr_data_type; size_t pycall_pyptr_memsize(void const *); void pycall_pyptr_free(void *); VALUE pycall_import_module(char const *name); VALUE pycall_import_module_level(char const *name, VALUE globals, VALUE locals, VALUE fromlist, int level);