Skip to content

Commit bf3f7a3

Browse files
committed
WIP: remove RUBY_EXTERN from pycall_pyptr_data_type
1 parent c3813c1 commit bf3f7a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/pycall/pycall_internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ Py_ssize_t pycall_python_hexversion(void);
663663

664664
void pycall_Py_DecRef(PyObject *);
665665

666-
RUBY_EXTERN const rb_data_type_t pycall_pyptr_data_type;
666+
extern const rb_data_type_t pycall_pyptr_data_type;
667667
size_t pycall_pyptr_memsize(void const *);
668668
void pycall_pyptr_free(void *);
669669

0 commit comments

Comments
 (0)