summaryrefslogtreecommitdiffstats
path: root/Modules/_ctypes
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2006-06-30 18:34:51 (GMT)
committerTim Peters <tim.peters@gmail.com>2006-06-30 18:34:51 (GMT)
commit08612926a1fa4e8fd88c4f3b227ab8155e575124 (patch)
treebc9149b32e9b8e18c9b69240c949dbe66b6b3bad /Modules/_ctypes
parent730199275ae6e732e2aad0ef8e76abae8de63737 (diff)
downloadcpython-08612926a1fa4e8fd88c4f3b227ab8155e575124.zip
cpython-08612926a1fa4e8fd88c4f3b227ab8155e575124.tar.gz
cpython-08612926a1fa4e8fd88c4f3b227ab8155e575124.tar.bz2
Remove now-unused fidding with PY_FORMAT_SIZE_T.
Diffstat (limited to 'Modules/_ctypes')
-rw-r--r--Modules/_ctypes/callproc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/Modules/_ctypes/callproc.c b/Modules/_ctypes/callproc.c
index e883ed8..16e10de 100644
--- a/Modules/_ctypes/callproc.c
+++ b/Modules/_ctypes/callproc.c
@@ -82,10 +82,6 @@
#define DONT_USE_SEH
#endif
-#ifndef PY_FORMAT_SIZE_T
-#define PY_FORMAT_SIZE_T ""
-#endif
-
#ifdef MS_WIN32
PyObject *ComError;