[pypy-svn] r72502 - pypy/trunk/pypy/module/cpyext/include

xoraxax at codespeak.net xoraxax at codespeak.net
Sun Mar 21 18:07:55 CET 2010


Author: xoraxax
Date: Sun Mar 21 18:07:53 2010
New Revision: 72502

Modified:
   pypy/trunk/pypy/module/cpyext/include/object.h
Log:
Add the manual rename define.

Modified: pypy/trunk/pypy/module/cpyext/include/object.h
==============================================================================
--- pypy/trunk/pypy/module/cpyext/include/object.h	(original)
+++ pypy/trunk/pypy/module/cpyext/include/object.h	Sun Mar 21 18:07:53 2010
@@ -378,6 +378,7 @@
 extern PyTypeObject *PyType_Type; /* built-in 'type' */
 extern PyTypeObject *PyBaseObject_Type;
 int PyType_Ready(PyTypeObject *);
+#define PyType_Ready PyPyType_Ready
 
 /* objimpl.h ----------------------------------------------*/
 



More information about the Pypy-commit mailing list