Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eb0f9d commit aa589b3Copy full SHA for aa589b3
1 file changed
Include/accu.h
@@ -16,6 +16,8 @@
16
extern "C" {
17
#endif
18
19
+#undef small /* defined by some Windows headers */
20
+
21
typedef struct {
22
PyObject *large; /* A list of previously accumulated large strings */
23
PyObject *small; /* Pending small strings */
0 commit comments