blob: 24f98e13cb30be8d6c61ea7dbba6861739ee9c10 [file] [log] [blame]
--- fontforge/ffpython.h 2010/02/04 17:42:36 1.8
+++ fontforge/ffpython.h 2010/09/12 08:30:00 1.9
@@ -62,7 +62,7 @@
#define PyMODINIT_FUNC void
#endif
-#if PY_MAJOR_VERSION < 2 || (PY_MAJOR_VERSION == 2 && PY_MINOR_VERSION <= 5)
+#if PY_MAJOR_VERSION < 2 || (PY_MAJOR_VERSION == 2 && PY_MINOR_VERSION <= 7)
#define PyBytesObject PyStringObject
#define PyBytes_Type PyString_Type