[lua] move verbose error checks, more test cases, reorg of luatypemaps.swg
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9958 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
0a83b80934
commit
6a70b4adc7
8 changed files with 208 additions and 81 deletions
|
|
@ -411,6 +411,8 @@ NEW LANGUAGE NOTE:END ************************************************/
|
|||
String *checkfn = NULL;
|
||||
// String *numoutputs=NULL;
|
||||
char source[64];
|
||||
//Printf(argument_check, "//args must be %d..%d\n",num_required,num_arguments);
|
||||
Printf(argument_check, "SWIG_check_num_args(\"%s\",%d,%d)\n",name,num_required,num_arguments);
|
||||
for (i = 0, p = l; i < num_arguments; i++) {
|
||||
|
||||
while (checkAttribute(p, "tmap:in:numinputs", "0")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue