From 0baec2d437620a6ac73f1b1c86911b114bb86f80 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Thu, 6 Mar 2003 23:25:02 +0000 Subject: [PATCH] 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/SWIG@4442 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Lib/pike/pike.swg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lib/pike/pike.swg b/Lib/pike/pike.swg index c3de2e70c..125a8edca 100644 --- a/Lib/pike/pike.swg +++ b/Lib/pike/pike.swg @@ -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");