From 4157ef70fbb828aca1b2cc92010213f02069d74d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ralf=20Cors=C3=A9pius?= Date: Mon, 3 Sep 2007 13:25:23 +0200 Subject: [PATCH] Remove __LCLINT__-ifdef'ed blocks. --- python/rpmfts-py.c | 5 ----- python/rpmmodule.c | 5 ----- python/system.h | 5 ----- 3 files changed, 15 deletions(-) diff --git a/python/rpmfts-py.c b/python/rpmfts-py.c index 147ecbe..fcdbcd6 100644 --- a/python/rpmfts-py.c +++ b/python/rpmfts-py.c @@ -6,11 +6,6 @@ #include "structmember.h" -#ifdef __LCLINT__ -#undef PyObject_HEAD -#define PyObject_HEAD int _PyObjectHead; -#endif - #include #include "rpmfts-py.h" diff --git a/python/rpmmodule.c b/python/rpmmodule.c index 343e26a..053c8db 100644 --- a/python/rpmmodule.c +++ b/python/rpmmodule.c @@ -27,11 +27,6 @@ #include "debug.h" -#ifdef __LCLINT__ -#undef PyObject_HEAD -#define PyObject_HEAD int _PyObjectHead -#endif - /** \ingroup python * \name Module: rpm */ diff --git a/python/system.h b/python/system.h index b09471c..0314962 100644 --- a/python/system.h +++ b/python/system.h @@ -11,11 +11,6 @@ #include "Python.h" -#ifdef __LCLINT__ -#undef PyObject_HEAD -#define PyObject_HEAD int _PyObjectHead; -#endif - #include "../system.h" #endif /* H_SYSTEM_PYTHON */ -- 2.7.4