Kaydet (Commit) d3611eb3 authored tarafından Bob Ippolito's avatar Bob Ippolito

forward declaration for PyStructType

üst 150faff1
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
#include "structmember.h" #include "structmember.h"
#include <ctype.h> #include <ctype.h>
static PyTypeObject PyStructType;
/* compatibility macros */ /* compatibility macros */
#if (PY_VERSION_HEX < 0x02050000) #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