~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/_chk_map_pyx.pyx

  • Committer: Robert Collins
  • Date: 2009-04-07 03:19:10 UTC
  • mto: This revision was merged to the branch mainline in revision 4259.
  • Revision ID: robertc@robertcollins.net-20090407031910-evq9wbck62cq8u70
Really build on old pyrex.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
16
16
 
17
17
 
 
18
#python2.4 support
 
19
cdef extern from "python-compat.h":
 
20
    pass
 
21
 
18
22
cdef extern from *:
19
23
    ctypedef unsigned int size_t
20
24
    int memcmp(void *, void*, size_t)