Support for long integers
This commit is contained in:
@@ -410,6 +410,10 @@ getdoublearg(args, px)
|
||||
*px = getintvalue(args);
|
||||
return 1;
|
||||
}
|
||||
if (is_longobject(args)) {
|
||||
*px = dgetlongvalue(args);
|
||||
return 1;
|
||||
}
|
||||
return err_badarg();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user