mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
forward declaration for PyStructType
This commit is contained in:
parent
150faff195
commit
d3611eb3c6
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
#include "structmember.h"
|
||||
#include <ctype.h>
|
||||
|
||||
static PyTypeObject PyStructType;
|
||||
|
||||
/* compatibility macros */
|
||||
#if (PY_VERSION_HEX < 0x02050000)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue