~ubuntu-branches/ubuntu/trusty/vala/trusty

« back to all changes in this revision

Viewing changes to vala/valayieldstatement.c

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2011-01-06 10:31:36 UTC
  • mfrom: (1.5.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20110106103136-e08fwvpxpqhz3rv0
Tags: 0.11.3-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
389
389
        _tmp6_ = vala_method_get_yield_count (_tmp5_);
390
390
        _tmp7_ = _tmp6_;
391
391
        vala_method_set_yield_count (_tmp5_, _tmp7_ + 1);
392
 
        _tmp7_;
393
392
        _tmp8_ = vala_code_node_get_error ((ValaCodeNode*) self);
394
393
        result = !_tmp8_;
395
394
        return result;