forward declaration for PyStructType
This commit is contained in:
parent
150faff195
commit
d3611eb3c6
|
@ -8,6 +8,7 @@
|
|||
#include "structmember.h"
|
||||
#include <ctype.h>
|
||||
|
||||
static PyTypeObject PyStructType;
|
||||
|
||||
/* compatibility macros */
|
||||
#if (PY_VERSION_HEX < 0x02050000)
|
||||
|
|
Loading…
Reference in New Issue