possible fix for build break

This commit is contained in:
David Rose 2010-02-14 18:05:11 +00:00
parent 0a15bf1fe9
commit 25a303055d
2 changed files with 3 additions and 2 deletions

View File

@ -40,7 +40,7 @@
#endif #endif
#ifdef HAVE_PYTHON #if defined(HAVE_PYTHON) && !defined(CPPPARSER)
#ifdef HAVE_LONG_LONG #ifdef HAVE_LONG_LONG
#undef HAVE_LONG_LONG #undef HAVE_LONG_LONG
@ -557,7 +557,7 @@ PyLongOrInt_FromUnsignedLong(unsigned long value);
EXPCL_DTOOLCONFIG extern struct Dtool_PyTypedObject Dtool_DTOOL_SUPPER_BASE; EXPCL_DTOOLCONFIG extern struct Dtool_PyTypedObject Dtool_DTOOL_SUPPER_BASE;
#endif // HAVE_PYTHON #endif // HAVE_PYTHON && !CPPPARSER
#endif // PY_PANDA_H_ #endif // PY_PANDA_H_

View File

@ -22,5 +22,6 @@
class PyObject; class PyObject;
class PyThreadState; class PyThreadState;
typedef int Py_ssize_t;
#endif // PYTHON_H #endif // PYTHON_H