git.cweiske.de
/
enigma2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
better description
[enigma2.git]
/
lib
/
python
/
swig.h
diff --git
a/lib/python/swig.h
b/lib/python/swig.h
index 23ce9aad71cff41a281671448405e578256addc2..c9be96958b09a088a90fd199ba13edd00f91f233 100644
(file)
--- a/
lib/python/swig.h
+++ b/
lib/python/swig.h
@@
-16,10
+16,12
@@
typedef x y; \
#ifdef SWIG
#define SWIG_INPUT INPUT
#define SWIG_OUTPUT OUTPUT
+#define SWIG_NAMED_OUTPUT(x) OUTPUT
#define SWIG_VOID(x) void
#else
#define SWIG_INPUT
#define SWIG_OUTPUT
+#define SWIG_NAMED_OUTPUT(x) x
#define SWIG_VOID(x) x
#endif