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