~ubuntu-branches/ubuntu/vivid/vala/vivid

« back to all changes in this revision

Viewing changes to vala/valastringliteral.vala

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-07-28 07:58:01 UTC
  • mfrom: (1.5.5 upstream) (7.3.14 experimental)
  • Revision ID: james.westby@ubuntu.com-20100728075801-18u9cg5hv5oety6m
Tags: 0.9.4-1
New upstream development release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* valastringliteral.vala
2
2
 *
3
 
 * Copyright (C) 2006-2008  Jürg Billeter
 
3
 * Copyright (C) 2006-2010  Jürg Billeter
4
4
 *
5
5
 * This library is free software; you can redistribute it and/or
6
6
 * modify it under the terms of the GNU Lesser General Public
85
85
                checked = true;
86
86
 
87
87
                value_type = analyzer.string_type.copy ();
 
88
                if (analyzer.context.profile == Profile.DOVA) {
 
89
                        value_type.value_owned = true;
 
90
                }
88
91
 
89
92
                return !error;
90
93
        }