~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/_groupcompress_pyx.pyx

  • Committer: Martin
  • Date: 2011-03-22 15:58:09 UTC
  • mto: This revision was merged to the branch mainline in revision 5731.
  • Revision ID: gzlist@googlemail.com-20110322155809-4mr9nj9zi25yw32y
Add ctypedef marker which Cython may need though Pyrex does not

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
        unsigned long agg_offset
47
47
    struct delta_index:
48
48
        pass
49
 
    enum delta_result:
 
49
    ctypedef enum delta_result:
50
50
        DELTA_OK
51
51
        DELTA_OUT_OF_MEMORY
52
52
        DELTA_INDEX_NEEDED