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

Skip to content

Commit aa589b3

Browse files
author
Kristján Valur Jónsson
committed
Issue #14387 : undefine 'small' so that it doesn't clash with Windows headers.
1 parent 1eb0f9d commit aa589b3

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)