Commit d3611eb3 authored by Bob Ippolito's avatar Bob Ippolito

forward declaration for PyStructType

parent 150faff1
......@@ -8,6 +8,7 @@
#include "structmember.h"
#include <ctype.h>
static PyTypeObject PyStructType;
/* compatibility macros */
#if (PY_VERSION_HEX < 0x02050000)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment