Handle the case of more than one "argout" typemap per function.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4940 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
f1cb36d15d
commit
e23afc1982
1 changed files with 1 additions and 1 deletions
|
|
@ -752,7 +752,7 @@ CHICKEN::functionWrapper(Node *n)
|
|||
Replaceall(tm,"$input",Getattr(p,"emit:input"));
|
||||
selectOutOneOrMany(tm, result_list_len > 1);
|
||||
Append(l_out, tm);
|
||||
p = Getattr(p,"tmp:argout:next");
|
||||
p = Getattr(p,"tmap:argout:next");
|
||||
} else {
|
||||
p = nextSibling(p);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue