Started the (most painful) process of dropping type attributes behind a function call interface.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@609 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
65b75c5bec
commit
4230cc4162
15 changed files with 1152 additions and 1233 deletions
|
|
@ -102,7 +102,7 @@ int ParmList_numarg(ParmList *l) {
|
|||
|
||||
p = Firstitem(l);
|
||||
while (p) {
|
||||
if (Getignore(p)) n++;
|
||||
if (!Getignore(p)) n++;
|
||||
p = Nextitem(l);
|
||||
}
|
||||
return n;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue