fix kw warning for perl
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7713 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
cf9c5fb721
commit
393382fed6
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