Skip to content

Commit b719dc0

Browse files
committed
fix: headers
1 parent a0c7236 commit b719dc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mypyc/lib-rt/CPy.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -753,8 +753,8 @@ bool CPyStr_IsTrue(PyObject *obj);
753753
Py_ssize_t CPyStr_Size_size_t(PyObject *str);
754754
PyObject *CPy_Decode(PyObject *obj, PyObject *encoding, PyObject *errors);
755755
PyObject *CPy_Encode(PyObject *obj, PyObject *encoding, PyObject *errors);
756-
Py_ssize_t CPyStr_Count(PyObject *unicode, PyObject *substring, CPyTagged start);
757-
Py_ssize_t CPyStr_CountFull(PyObject *unicode, PyObject *substring, CPyTagged start, CPyTagged end);
756+
Py_ssize_t CPyStr_Count(PyObject *unicode, PyObject *substring, Py_ssize_t start);
757+
Py_ssize_t CPyStr_CountFull(PyObject *unicode, PyObject *substring, Py_ssize_t start, Py_ssize_t end);
758758
CPyTagged CPyStr_Ord(PyObject *obj);
759759

760760

0 commit comments

Comments
 (0)