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:
William S Fulton 2003-03-06 23:25:02 +00:00
commit cacef74a94

View file

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