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

« back to all changes in this revision

Viewing changes to compiler/valacompiler.c

  • 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:
522
522
                        }
523
523
                }
524
524
        }
 
525
        vala_code_context_set_nostdpkg (self->priv->context, vala_compiler_nostdpkg);
525
526
        vala_code_context_set_entry_point_name (self->priv->context, vala_compiler_entry_point);
526
527
        vala_code_context_set_run_output (self->priv->context, vala_compiler_run_output);
527
528
        if (vala_compiler_defines != NULL) {