git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7734 626c5289-ae23-0410-ae9c-e8d60b6d4f22
13 lines
240 B
Text
13 lines
240 B
Text
%include <typemaps/swigmacros.swg>
|
|
|
|
|
|
/*
|
|
adding backward compatibility macros
|
|
please move to the macros names defined in
|
|
|
|
Lib/typemaps/swigmacros.swg
|
|
*/
|
|
|
|
#define SWIG_arg(x...) %arg(x)
|
|
#define SWIG_Mangle(x...) %mangle(x)
|
|
|