~ubuntu-branches/ubuntu/quantal/vala/quantal

« back to all changes in this revision

Viewing changes to vala/valafieldprototype.c

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2011-03-17 09:35:15 UTC
  • mfrom: (1.5.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20110317093515-veyqriw9egujkws2
Tags: 0.11.7-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
357
357
 
358
358
void vala_field_prototype_set_field_symbol (ValaFieldPrototype* self, ValaField* value) {
359
359
        ValaField* _tmp0_;
360
 
        ValaField* _tmp1_;
361
360
        g_return_if_fail (self != NULL);
362
361
        _tmp0_ = _vala_code_node_ref0 (value);
363
 
        _tmp1_ = _tmp0_;
364
362
        _vala_code_node_unref0 (self->priv->_field_symbol);
365
 
        self->priv->_field_symbol = _tmp1_;
 
363
        self->priv->_field_symbol = _tmp0_;
366
364
}
367
365
 
368
366