From: Bob Ippolito Date: Tue, 23 May 2006 19:31:23 +0000 (+0000) Subject: forward declaration for PyStructType X-Git-Tag: v2.5b1~567 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d3611eb3c667f5b06200675625963a780111dbf8;p=python forward declaration for PyStructType --- diff --git a/Modules/_struct.c b/Modules/_struct.c index 04c90e0190..93b9ec1b3c 100644 --- a/Modules/_struct.c +++ b/Modules/_struct.c @@ -8,6 +8,7 @@ #include "structmember.h" #include +static PyTypeObject PyStructType; /* compatibility macros */ #if (PY_VERSION_HEX < 0x02050000)