Fix building on latest VS 2019

This commit is contained in:
Kovid Goyal 2021-12-23 11:19:40 +05:30
parent fd9ff26488
commit 8fac2b3a44
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;