From 83c9201465ff2549119d52738582312fafd1b63c Mon Sep 17 00:00:00 2001 From: "Martin v. Löwis" Date: Thu, 24 Apr 2008 13:17:24 +0000 Subject: Fix typo. --- Modules/_bsddb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Modules') diff --git a/Modules/_bsddb.c b/Modules/_bsddb.c index 7d05b24ed1d..dc9742725ba 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 -- cgit v1.2.3-65-gdbad