adding backward compatibility macros
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7734 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
62a5b933fc
commit
bb5205a0c6
1 changed files with 12 additions and 0 deletions
|
|
@ -1 +1,13 @@
|
|||
%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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue