~ubuntu-branches/ubuntu/wily/sip4/wily

« back to all changes in this revision

Viewing changes to sipgen/parser.h

  • Committer: Package Import Robot
  • Author(s): Dmitry Shachnev
  • Date: 2014-06-01 12:38:17 UTC
  • mfrom: (1.4.2)
  • Revision ID: package-import@ubuntu.com-20140601123817-a5egi34p5tlywago
Tags: 4.16+dfsg-1
* New upstream release.
* Bump API version to 11.1 (keep 11.0 in provided versions).
* Update debian/copyright to copyright-format 1.0.
* Add Files-Excluded field to remove HTML documentation, which
  contains sourceless minified jquery.
* Simplify debian/watch, and mangle dfsg version.
* Add get-orig-source target to debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
330
330
 
331
331
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
332
332
typedef union YYSTYPE
333
 
#line 179 "/Users/phil/hg/sip/sip-4.15.5/sipgen/metasrc/parser.y"
 
333
#line 182 "/Users/phil/hg/sip/sip-4.16/sipgen/metasrc/parser.y"
334
334
{
335
335
    char            qchar;
336
336
    char            *text;
373
373
    int             token;
374
374
}
375
375
/* Line 1529 of yacc.c.  */
376
 
#line 377 "/Users/phil/hg/sip/sip-4.15.5/sipgen/parser.h"
 
376
#line 377 "/Users/phil/hg/sip/sip-4.16/sipgen/parser.h"
377
377
        YYSTYPE;
378
378
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
379
379
# define YYSTYPE_IS_DECLARED 1