commit | d3611eb3c667f5b06200675625963a780111dbf8 | [log] [tgz] |
---|---|---|
author | Bob Ippolito <bob@redivi.com> | Tue May 23 19:31:23 2006 +0000 |
committer | Bob Ippolito <bob@redivi.com> | Tue May 23 19:31:23 2006 +0000 |
tree | ac5d053b3b6f0c92968f102103a1ae57ed65c50b | |
parent | 150faff1957fa421b744bfe1598fc697ba88cbc2 [diff] |
forward declaration for PyStructType
diff --git a/Modules/_struct.c b/Modules/_struct.c index 04c90e0..93b9ec1 100644 --- a/Modules/_struct.c +++ b/Modules/_struct.c
@@ -8,6 +8,7 @@ #include "structmember.h" #include <ctype.h> +static PyTypeObject PyStructType; /* compatibility macros */ #if (PY_VERSION_HEX < 0x02050000)