fix java/csharp overload issue

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8524 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2006-01-23 01:55:00 +00:00
commit cea522b4f8

View file

@ -1536,7 +1536,7 @@ Swig_typemap_attach_parms(const String_or_char *op, ParmList *parms, Wrapper *f)
}
s = Getattr(tm,k_code);
if (!s || !Len(s)) {
if (!s) {
p = nextSibling(p);
continue;
}