flag the memberget/memberset methods and use it to deactivate kwargs, reported by amaury

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8257 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2006-01-06 16:55:58 +00:00
commit f3cd3bfe21
3 changed files with 7 additions and 2 deletions

View file

@ -2,9 +2,10 @@
%kwargs;
%rename(myDel) del;
%inline
{
struct s { int a; };
struct s { int del; };
}