Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 192195a

Browse files
author
Kristján Valur Jónsson
committed
Merge with 3.2 (Issue #14387)
2 parents 2ac82f8 + b81e538 commit 192195a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Include/accu.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
extern "C" {
1717
#endif
1818

19+
#undef small /* defined by some Windows headers */
20+
1921
typedef struct {
2022
PyObject *large; /* A list of previously accumulated large strings */
2123
PyObject *small; /* Pending small strings */

0 commit comments

Comments
 (0)