template ext mode on for all languages, not just Python now
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7130 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
b173c87231
commit
34a035e3f1
6 changed files with 3 additions and 28 deletions
|
|
@ -107,11 +107,6 @@ public:
|
|||
|
||||
SWIG_library_directory("python");
|
||||
|
||||
|
||||
|
||||
/* Turn on template extmode */
|
||||
Wrapper_template_extmode_set(1);
|
||||
|
||||
for (int i = 1; i < argc; i++) {
|
||||
if (argv[i]) {
|
||||
if(strcmp(argv[i],"-interface") == 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue