Applied patch #1011604 submitted by Charles Schwieters. Fix for 64 bit tcl interpreters.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6116 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
5203294828
commit
cf79d771c0
1 changed files with 2 additions and 2 deletions
|
|
@ -342,7 +342,7 @@ public:
|
|||
}
|
||||
|
||||
Putc('o',argstr);
|
||||
Printf(args,",0");
|
||||
Printf(args,",NULL");
|
||||
if (i >= num_required) {
|
||||
Printf(incode, "if (objc > %d) {\n", i+1);
|
||||
}
|
||||
|
|
@ -357,7 +357,7 @@ public:
|
|||
SwigType *lt = SwigType_ltype(pt);
|
||||
SwigType_remember(pt);
|
||||
if (Cmp(lt,"p.void") == 0) {
|
||||
Printf(args,",0");
|
||||
Printf(args,",NULL");
|
||||
} else {
|
||||
Printf(args,",SWIGTYPE%s", SwigType_manglestr(pt));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue