better option name templatereduce

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6542 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2004-10-28 19:31:33 +00:00
commit fc2f54c647
3 changed files with 11 additions and 10 deletions

View file

@ -1,5 +1,5 @@
#ifdef SWIGPYTHON
%module("tpltreduc") template_typedef
%module("templatereduce") template_typedef
#else
%module template_typedef
#endif

View file

@ -1,11 +1,12 @@
%module("tpltreduc") template_typedef_ptr
%module("templatereduce") template_typedef_ptr
%module("templatereduce") template_typedef_ptr
/*
Use the "tpltreduc" to force swig to reduce the temaplate
typedef as much as possible.
Use the "templatereduce" option to force swig to reduce the
temaplate typedef as much as possible.
This fix cases like this one, but it can prevent some
typemaps for working.
This fix cases like the one in this file, but it can prevent some
typemaps for working as expected.
*/