removed Py_ssize_t from python2.5.pxd as it's a builtin type anyway
authorStefan Behnel <scoder@users.berlios.de>
Sun, 20 Jul 2008 15:54:13 +0000 (17:54 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sun, 20 Jul 2008 15:54:13 +0000 (17:54 +0200)
Includes/python2.5.pxd

index 502601fb53de167c2444255ce8811868cb99d078..f478a5d5a3cf4d965186ad57880903728b569af2 100644 (file)
@@ -16,7 +16,6 @@
 \r
 cdef extern from "sys/types.h":\r
     ctypedef unsigned int size_t\r
-    ctypedef int          ssize_t\r
 \r
 cdef extern from "stdio.h":\r
     ctypedef struct FILE:\r
@@ -26,7 +25,6 @@ cdef extern from "Python.h":
 \r
     # XXX: This is platform dependent.\r
     ctypedef unsigned short Py_UNICODE\r
-    ctypedef ssize_t        Py_ssize_t\r
 \r
     ctypedef struct PyTypeObject:\r
         pass\r