Commit d2bba857 authored by Robert Bradshaw's avatar Robert Bradshaw

Move CommonTypes.c to CommonStructures.c

parent 20256403
......@@ -394,7 +394,7 @@ static int __pyx_Generator_init(void); /*proto*/
//@requires: Exceptions.c::RaiseException
//@requires: ObjectHandling.c::PyObjectCallMethod1
//@requires: ObjectHandling.c::PyObjectGetAttrStr
//@requires: CommonTypes.c::FetchCommonType
//@requires: CommonStructures.c::FetchCommonType
#include <structmember.h>
#include <frameobject.h>
......
......@@ -72,7 +72,7 @@ static int __pyx_CyFunction_init(void);
//////////////////// CythonFunction ////////////////////
//@substitute: naming
//@requires: CommonTypes.c::FetchCommonType
//@requires: CommonStructures.c::FetchCommonType
////@requires: ObjectHandling.c::PyObjectGetAttrStr
static PyObject *
......
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