Fix typo.

This commit is contained in:
Martin v. Löwis 2008-04-24 13:17:24 +00:00
parent 19dfa3e71a
commit 83c9201465
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ static PyObject* DBPermissionsError; /* EPERM */
staticforward PyTypeObject DB_Type, DBCursor_Type, DBEnv_Type, DBTxn_Type, DBLock_Type;
#ifndef Py_Type
#ifndef Py_TYPE
/* for compatibility with Python 2.5 and earlier */
#define Py_TYPE(ob) (((PyObject*)(ob))->ob_type)
#endif