X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/d1ba8203832c54b4a98978c6033296183a24b4d0..d85c75fc186d91f497d5997982db94259b041280:/lib/python/swig.h diff --git a/lib/python/swig.h b/lib/python/swig.h index ae0bfd07..c9be9695 100644 --- a/lib/python/swig.h +++ b/lib/python/swig.h @@ -6,17 +6,22 @@ %template(y) x; \ typedef x y; \ %typemap_output_ptr(x); +#define SWIG_ALLOW_OUTPUT_SIMPLE(x) %typemap_output_simple(x); #else #define TEMPLATE_TYPEDEF(x, y) typedef x y +#define SWIG_ALLOW_OUTPUT_SIMPLE(x) #endif + #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