All languages now define a macro in the generated C/C++ wrapper file indicating which language is being wrapped, eg #define SWIGJAVA
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11018 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
d2f69e6a34
commit
5ec2d8c166
20 changed files with 72 additions and 9 deletions
|
|
@ -601,6 +601,8 @@ public:
|
|||
Printf(f_runtime, "#define SWIG_PYTHON_CLASSIC\n");
|
||||
}
|
||||
|
||||
Printf(f_runtime, "\n");
|
||||
|
||||
Printf(f_header, "#if (PY_VERSION_HEX <= 0x02000000)\n");
|
||||
Printf(f_header, "# if !defined(SWIG_PYTHON_CLASSIC)\n");
|
||||
Printf(f_header, "# error \"This python version requires swig to be run with the '-classic' option\"\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue