Kaydet (Commit) 231ff0ec authored tarafından Collin Winter's avatar Collin Winter

Fix a compile error on Windows.

üst 812567d3
......@@ -7,7 +7,7 @@ extern "C" {
/* Error objects */
/* PyException_HEAD defines the initial segment of every exception class. */
#define PyException_HEAD PyObject_HEAD; PyObject *dict;\
#define PyException_HEAD PyObject_HEAD PyObject *dict;\
PyObject *args; PyObject *traceback;\
PyObject *context; PyObject *cause;
......
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