fix kw warning for perl
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7713 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
4ae7998d58
commit
f66e70d525
1 changed files with 4 additions and 0 deletions
|
|
@ -1,5 +1,9 @@
|
|||
%module template_ns_enum2
|
||||
|
||||
#ifdef SWIGPERL
|
||||
%rename(_eval) eval;
|
||||
#endif
|
||||
|
||||
%inline %{
|
||||
|
||||
namespace hi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue