Commit 83c92014 authored by Martin v. Löwis's avatar Martin v. Löwis

Fix typo.

parent 19dfa3e7
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment