commit | 83c9201465ff2549119d52738582312fafd1b63c | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Thu Apr 24 13:17:24 2008 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Thu Apr 24 13:17:24 2008 +0000 |
tree | 6c5aa81d3bb2814e043dddb92bafe5ca749d0669 | |
parent | 19dfa3e71a79c33a1060826f39ac2c6c990dd19d [diff] [blame] |
Fix typo.
diff --git a/Modules/_bsddb.c b/Modules/_bsddb.c index 7d05b24..dc97427 100644 --- a/Modules/_bsddb.c +++ b/Modules/_bsddb.c
@@ -203,7 +203,7 @@ 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