diff options
Diffstat (limited to 'Include')
-rw-r--r-- | Include/longobject.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Include/longobject.h b/Include/longobject.h index 18d0c55..237e2e6 100644 --- a/Include/longobject.h +++ b/Include/longobject.h @@ -50,7 +50,6 @@ PyAPI_DATA(int) _PyLong_DigitValue[256]; be multiplied by SHIFT! There may not be enough room in an int to store e*SHIFT directly. */ PyAPI_FUNC(double) _PyLong_AsScaledDouble(PyObject *vv, int *e); - PyAPI_FUNC(int) _PyLong_FitsInLong(PyObject* vv); PyAPI_FUNC(double) PyLong_AsDouble(PyObject *); PyAPI_FUNC(PyObject *) PyLong_FromVoidPtr(void *); |