Fix building on latest VS 2019

This commit is contained in:
Kovid Goyal 2021-12-23 11:19:40 +05:30
parent 7e8a5cf449
commit a448bc7079
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -76,7 +76,7 @@ typedef struct {
} StackItem;
typedef struct {
ssize_t pos;
Py_ssize_t pos;
int32_t needle_len;
size_t size;
StackItem *items;