X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2Fswig.h;h=370c6ab5ead63220d46f8e4a0d6f2f237c489477;hp=da787eeaab1e5f2e91678a1ab99174fdb73484bd;hb=6629073331fbe67edfa9f4d591c9df6e41c465a6;hpb=855949a917ed8cf65397adc49872c99bdb2123c2 diff --git a/lib/python/swig.h b/lib/python/swig.h index da787ee..370c6ab 100644 --- a/lib/python/swig.h +++ b/lib/python/swig.h @@ -5,7 +5,6 @@ #define SWIG_IGNORE(x) %ignore x #define SWIG_EXTEND(x, code) %extend x { code } #define SWIG_TEMPLATE_TYPEDEF(x, y) %template(y) x; %typemap_output_ptr(x) -#define SWIG_TEMPLATE_TYPEDEF_REPLACE(x, y) %template(y##_REPLACE) x; %typemap_output_ptr(x) #define SWIG_ALLOW_OUTPUT_SIMPLE(x) %typemap_output_simple(x) #define SWIG_INPUT INPUT #define SWIG_OUTPUT OUTPUT @@ -16,7 +15,6 @@ #define SWIG_IGNORE(x) #define SWIG_EXTEND(x, code) #define SWIG_TEMPLATE_TYPEDEF(x, y) -#define SWIG_TEMPLATE_TYPEDEF_REPLACE(x, y) #define SWIG_ALLOW_OUTPUT_SIMPLE(x) #define SWIG_INPUT #define SWIG_OUTPUT