diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-09-05 23:27:08 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-09-05 23:27:08 (GMT) |
commit | 63604032af6a0c0e869d8783f850e2418306a605 (patch) | |
tree | c09e4d520147d354621e94226c2746716cae47f2 | |
parent | dd2afe9edceb2879cea4bb5a81a748a6d2569956 (diff) | |
parent | 6d999803a07ef5e01f0048d4f276e9cf4401a23d (diff) | |
download | cpython-63604032af6a0c0e869d8783f850e2418306a605.zip cpython-63604032af6a0c0e869d8783f850e2418306a605.tar.gz cpython-63604032af6a0c0e869d8783f850e2418306a605.tar.bz2 |
merge 3.5
-rw-r--r-- | Modules/_ctypes/ctypes.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/_ctypes/ctypes.h b/Modules/_ctypes/ctypes.h index b4a9b78..8a1df9a 100644 --- a/Modules/_ctypes/ctypes.h +++ b/Modules/_ctypes/ctypes.h @@ -34,7 +34,6 @@ union value { #ifdef HAVE_LONG_LONG PY_LONG_LONG ll; #endif - long double D; }; /* @@ -306,7 +305,6 @@ struct tagPyCArgObject { #ifdef HAVE_LONG_LONG PY_LONG_LONG q; #endif - long double D; double d; float f; void *p; |