needed to remove gen_utils functions from Mathutils.c

This commit is contained in:
2009-04-21 12:42:37 +00:00
parent d11a5bbef2
commit aa3c9ad0d8
3 changed files with 272 additions and 252 deletions

View File

@@ -83,17 +83,4 @@ int EXPP_VectorsAreEqual(float *vecA, float *vecB, int size, int floatSteps);
#define Py_WRAP 1024
#define Py_NEW 2048
/* Allow us to build with Py3k */
#if (PY_VERSION_HEX >= 0x03000000)
#define PyString_FromString PyUnicode_FromString
#define intobjargproc ssizeobjargproc
#define intintobjargproc ssizessizeobjargproc
#define intargfunc ssizeargfunc
#define intintargfunc ssizessizeargfunc
#endif
#endif /* EXPP_Mathutils_H */