[Python-checkins] r47176 - python/trunk/Modules/_ctypes/callproc.c

tim.peters python-checkins at python.org
Fri Jun 30 20:34:52 CEST 2006


Author: tim.peters
Date: Fri Jun 30 20:34:51 2006
New Revision: 47176

Modified:
   python/trunk/Modules/_ctypes/callproc.c
Log:
Remove now-unused fidding with PY_FORMAT_SIZE_T.


Modified: python/trunk/Modules/_ctypes/callproc.c
==============================================================================
--- python/trunk/Modules/_ctypes/callproc.c	(original)
+++ python/trunk/Modules/_ctypes/callproc.c	Fri Jun 30 20:34:51 2006
@@ -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;
 


More information about the Python-checkins mailing list