From: Martin v. Löwis Date: Thu, 24 Apr 2008 13:17:24 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v2.6a3~112 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=83c9201465ff2549119d52738582312fafd1b63c;p=python Fix typo. --- diff --git a/Modules/_bsddb.c b/Modules/_bsddb.c index 7d05b24ed1..dc9742725b 100644 --- a/Modules/_bsddb.c +++ b/Modules/_bsddb.c @@ -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