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:
Matthias Köppe 2003-07-01 17:00:04 +00:00
commit e23afc1982

View file

@ -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);
}