Return `long' objects when `int' is requested but the value won't fit.
[pyke] / catacomb-python.h
index f1e6365..8f8da9d 100644 (file)
@@ -321,7 +321,7 @@ extern PyObject *gf_pywrap(mp *);
 extern mp *mp_frompyobject(PyObject *, int);
 extern PyObject *mp_topystring(mp *, int,
                               const char *, const char *, const char *);
-extern int mp_tolong_checked(mp *, long *);
+extern int mp_tolong_checked(mp *, long *, int);
 
 /*----- Abstract fields ---------------------------------------------------*/