~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/_chk_map_pyx.pyx

  • Committer: John Arbash Meinel
  • Date: 2009-04-08 16:33:19 UTC
  • mfrom: (3735.2.187 brisbane-core)
  • mto: This revision was merged to the branch mainline in revision 4280.
  • Revision ID: john@arbash-meinel.com-20090408163319-jzin98xnzklj8vun
Merge the a couple rev older brisbane-core into bzr.dev, most things are resolve in favor of bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
#python2.4 support
19
19
cdef extern from "python-compat.h":
20
 
    pass
 
20
    ctypedef int Py_ssize_t # Required for older pyrex versions
21
21
 
22
22
cdef extern from *:
23
23
    ctypedef unsigned int size_t
28
28
    void sprintf(char *, char *, ...)
29
29
 
30
30
cdef extern from "Python.h":
31
 
    ctypedef int Py_ssize_t # Required for older pyrex versions
32
31
    struct _PyObject:
33
32
        pass
34
33
    ctypedef _PyObject PyObject