diff options
Diffstat (limited to 'python/system.h')
-rw-r--r-- | python/system.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/python/system.h b/python/system.h index b09471c8c..0314962d8 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 */ |