summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Modules/_ctypes/ctypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_ctypes/ctypes.h b/Modules/_ctypes/ctypes.h
index b71f139..5d3b966 100644
--- a/Modules/_ctypes/ctypes.h
+++ b/Modules/_ctypes/ctypes.h
@@ -31,7 +31,7 @@ union value {
long l;
float f;
double d;
- PY_LONG_LONG ll;
+ long long ll;
long double D;
};