~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/_annotator_pyx.pyx

  • Committer: John Arbash Meinel
  • Date: 2009-07-08 15:49:37 UTC
  • mto: This revision was merged to the branch mainline in revision 4522.
  • Revision ID: john@arbash-meinel.com-20090708154937-b0la0m1hqz39tveh
Always return a value, although Pyrex takes care of that for you if you let it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
231
231
                last_ann = ann
232
232
                last_parent = par_ann
233
233
                last_res = new_ann
 
234
    return 0
234
235
 
235
236
 
236
237
class Annotator(_annotator_py.Annotator):