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

« back to all changes in this revision

Viewing changes to vala/valarealliteral.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:
1497
1497
        _tmp4_ = vala_real_literal_get_type_name (self);
1498
1498
        _tmp5_ = _tmp4_;
1499
1499
        _tmp6_ = vala_scope_lookup (_tmp3_, _tmp5_);
1500
 
        st = (_tmp7_ = VALA_STRUCT (_tmp6_), _g_free0 (_tmp5_), _tmp7_);
 
1500
        _tmp7_ = VALA_STRUCT (_tmp6_);
 
1501
        _g_free0 (_tmp5_);
 
1502
        st = _tmp7_;
1501
1503
        vala_code_node_check ((ValaCodeNode*) st, context);
1502
1504
        _tmp8_ = vala_floating_type_new (st);
1503
1505
        _tmp9_ = _tmp8_;
1529
1531
 
1530
1532
void vala_real_literal_set_value (ValaRealLiteral* self, const gchar* value) {
1531
1533
        gchar* _tmp0_;
1532
 
        gchar* _tmp1_;
1533
1534
        g_return_if_fail (self != NULL);
1534
1535
        _tmp0_ = g_strdup (value);
1535
 
        _tmp1_ = _tmp0_;
1536
1536
        _g_free0 (self->priv->_value);
1537
 
        self->priv->_value = _tmp1_;
 
1537
        self->priv->_value = _tmp0_;
1538
1538
}
1539
1539
 
1540
1540