~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/_chk_map_pyx.pyx

  • Committer: Jonathan Lange
  • Date: 2009-06-26 08:46:52 UTC
  • mto: (4484.1.1 bring-1.16.1-back)
  • mto: This revision was merged to the branch mainline in revision 4485.
  • Revision ID: jml@canonical.com-20090626084652-x7wn8yimd3fj0j0y
Tweak NEWS slightly based on mbp's feedback.

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
_InternalNode = None
65
65
_unknown = None
66
66
 
67
 
# We shouldn't just copy this from _dirstate_helpers_pyx
 
67
# We shouldn't just copy this from _dirstate_helpers_c
68
68
cdef void* _my_memrchr(void *s, int c, size_t n):
69
69
    # memrchr seems to be a GNU extension, so we have to implement it ourselves
70
70
    cdef char *pos