long long typemap mods for use with %apply
Untested... I don't have pike git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4442 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
8f2dbc8462
commit
cacef74a94
1 changed files with 2 additions and 2 deletions
|
|
@ -77,8 +77,8 @@ extern "C" {
|
|||
const signed char & (signed char temp),
|
||||
const unsigned char & (unsigned char temp),
|
||||
const bool & (bool temp),
|
||||
const long long & (long long temp),
|
||||
const unsigned long long & (unsigned long long temp)
|
||||
const long long & ($*1_ltype temp),
|
||||
const unsigned long long & ($*1_ltype temp)
|
||||
{
|
||||
if ($input.type != T_INT)
|
||||
Pike_error("Bad argument: Expected an integer.\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue