Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd847b2 commit 5eae2c1Copy full SHA for 5eae2c1
1 file changed
Include/longobject.h
@@ -50,9 +50,6 @@ extern DL_IMPORT(void *) PyLong_AsVoidPtr(PyObject *);
50
#ifndef ULONGLONG_MAX
51
#define ULONGLONG_MAX 0xffffffffffffffffULL
52
#endif
53
-#ifndef LONG_LONG
54
-#define LONG_LONG long long
55
-#endif
56
57
extern DL_IMPORT(PyObject *) PyLong_FromLongLong(LONG_LONG);
58
extern DL_IMPORT(PyObject *) PyLong_FromUnsignedLongLong(unsigned LONG_LONG);
0 commit comments