From b81e5388b6373ee10f5e813b91d6a0c493620d57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristj=C3=A1n=20Valur=20J=C3=B3nsson?= Date: Thu, 22 Mar 2012 23:10:37 +0000 Subject: Issue #14387 : undefine 'small' so that it doesn't clash with Windows headers. --- Include/accu.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Include/accu.h b/Include/accu.h index 9655d37..3636ea6 100644 --- a/Include/accu.h +++ b/Include/accu.h @@ -16,6 +16,8 @@ extern "C" { #endif +#undef small /* defined by some Windows headers */ + typedef struct { PyObject *large; /* A list of previously accumulated large strings */ PyObject *small; /* Pending small strings */ -- cgit v0.12