Skip to content

Commit ad52143

Browse files
committed
Fix compile error
1 parent bb70b2c commit ad52143

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/pycall/pycall.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -726,6 +726,7 @@ pycall_libpython_helpers_m_compare(VALUE mod, VALUE op, VALUE pyptr_a, VALUE pyp
726726
}
727727

728728
static int is_pyobject_wrapper(VALUE obj);
729+
static PyObject * pycall_pyobject_wrapper_get_pyobj_ptr(VALUE obj);
729730

730731
VALUE
731732
pycall_getattr_default(VALUE obj, char const *name, VALUE default_value)

0 commit comments

Comments
 (0)