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

« back to all changes in this revision

Viewing changes to vala/valageniescanner.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:
3327
3327
}
3328
3328
 
3329
3329
 
 
3330
/**
 
3331
 * Clears and returns the content of the comment stack.
 
3332
 *
 
3333
 * @return saved comment
 
3334
 */
3330
3335
ValaComment* vala_genie_scanner_pop_comment (ValaGenieScanner* self) {
3331
3336
        ValaComment* result = NULL;
3332
3337
        ValaComment* comment;
4075
4080
}
4076
4081
 
4077
4082
 
 
4083
/**
 
4084
 * Lexical scanner for Genie source files.
 
4085
 */
4078
4086
GType vala_genie_scanner_get_type (void) {
4079
4087
        static volatile gsize vala_genie_scanner_type_id__volatile = 0;
4080
4088
        if (g_once_init_enter (&vala_genie_scanner_type_id__volatile)) {