Updated "asvoid" to become "numoutputs" as documented.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9698 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Gonzalo Garramuno 2007-04-29 08:59:32 +00:00
commit 15393d5ead

View file

@ -2231,7 +2231,7 @@ public:
int status = SWIG_OK;
int idx;
bool ignored_method = GetFlag(n, "feature:ignore") ? true : false;
bool asvoid = GetFlag(n, "feature:asvoid") ? true : false;
bool asvoid = bool( checkAttribute( n, "feature:numoutputs", "0") );
if (Cmp(storage, "virtual") == 0) {
if (Cmp(value, "0") == 0) {