From 83c9201465ff2549119d52738582312fafd1b63c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Thu, 24 Apr 2008 13:17:24 +0000 Subject: [PATCH] Fix typo. --- Modules/_bsddb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1