Commit 80c100a5 authored by Stefan Behnel's avatar Stefan Behnel

removed Py_ssize_t from python2.5.pxd as it's a builtin type anyway

parent aa7b209d
......@@ -16,7 +16,6 @@
cdef extern from "sys/types.h":
ctypedef unsigned int size_t
ctypedef int ssize_t
cdef extern from "stdio.h":
ctypedef struct FILE:
......@@ -26,7 +25,6 @@ cdef extern from "Python.h":
# XXX: This is platform dependent.
ctypedef unsigned short Py_UNICODE
ctypedef ssize_t Py_ssize_t
ctypedef struct PyTypeObject:
pass
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment