summaryrefslogtreecommitdiffstats
path: root/Include/longobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/longobject.h')
-rw-r--r--Include/longobject.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Include/longobject.h b/Include/longobject.h
index f8a6408..8fa0bbd 100644
--- a/Include/longobject.h
+++ b/Include/longobject.h
@@ -50,9 +50,6 @@ extern DL_IMPORT(void *) PyLong_AsVoidPtr(PyObject *);
#ifndef ULONGLONG_MAX
#define ULONGLONG_MAX 0xffffffffffffffffULL
#endif
-#ifndef LONG_LONG
-#define LONG_LONG long long
-#endif
extern DL_IMPORT(PyObject *) PyLong_FromLongLong(LONG_LONG);
extern DL_IMPORT(PyObject *) PyLong_FromUnsignedLongLong(unsigned LONG_LONG);