aboutsummaryrefslogtreecommitdiff
path: root/lib/python/swig.h
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-11-25 17:18:48 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-11-25 17:18:48 +0000
commit6dcb75c26bbfec04b381bb99d75404f9fe50635d (patch)
treeb4b0e4e7b92c2d6563a848279cb5b48e7e183f96 /lib/python/swig.h
parent26a6141301937e0ef501b4cd7ae61b4f2293b7e5 (diff)
downloadenigma2-6dcb75c26bbfec04b381bb99d75404f9fe50635d.tar.gz
enigma2-6dcb75c26bbfec04b381bb99d75404f9fe50635d.zip
python object refcount debugging code second try
Diffstat (limited to 'lib/python/swig.h')
-rw-r--r--lib/python/swig.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/swig.h b/lib/python/swig.h
index c9be9695..c094b646 100644
--- a/lib/python/swig.h
+++ b/lib/python/swig.h
@@ -18,11 +18,13 @@ typedef x y; \
#define SWIG_OUTPUT OUTPUT
#define SWIG_NAMED_OUTPUT(x) OUTPUT
#define SWIG_VOID(x) void
+#define SWIG_PYOBJECT(x) PyObject*
#else
#define SWIG_INPUT
#define SWIG_OUTPUT
#define SWIG_NAMED_OUTPUT(x) x
#define SWIG_VOID(x) x
+#define SWIG_PYOBJECT(x) x
#endif
#endif