]> granicus.if.org Git - python/commitdiff
Remove now-unused fidding with PY_FORMAT_SIZE_T.
authorTim Peters <tim.peters@gmail.com>
Fri, 30 Jun 2006 18:34:51 +0000 (18:34 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 30 Jun 2006 18:34:51 +0000 (18:34 +0000)
Modules/_ctypes/callproc.c

index e883ed8c21d2fb22eac9baa4d9554f80471b3e16..16e10dedad2e6635b7064e462dc7927fffb2f985 100644 (file)
 #define DONT_USE_SEH
 #endif
 
-#ifndef PY_FORMAT_SIZE_T 
-#define PY_FORMAT_SIZE_T ""
-#endif
-
 #ifdef MS_WIN32
 PyObject *ComError;