summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2017-01-05 21:59:11 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2017-01-05 21:59:11 (GMT)
commitaf6fdf3241c5d2a7e3e370c9a92af1d21c2da5ee (patch)
tree619fbb14fb2d23cf21faabd5352b61c56d725743 /Include
parent85c1c9417831713bb286b491d5357b193fb6d732 (diff)
parenta251fb02f4400a2ea32677110e430742fd1444bc (diff)
downloadcpython-af6fdf3241c5d2a7e3e370c9a92af1d21c2da5ee.zip
cpython-af6fdf3241c5d2a7e3e370c9a92af1d21c2da5ee.tar.gz
cpython-af6fdf3241c5d2a7e3e370c9a92af1d21c2da5ee.tar.bz2
Merge 3.6
Diffstat (limited to 'Include')
-rw-r--r--Include/pyport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/pyport.h b/Include/pyport.h
index 3167c04..def2975 100644
--- a/Include/pyport.h
+++ b/Include/pyport.h
@@ -39,7 +39,7 @@ Used in: Py_SAFE_DOWNCAST
// long long is required. Ensure HAVE_LONG_LONG is defined for compatibility.
#ifndef HAVE_LONG_LONG
-#define HAVE_LONG_LONG
+#define HAVE_LONG_LONG 1
#endif
#ifndef PY_LONG_LONG
#define PY_LONG_LONG long long