ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/conf_parser.h
(Generate patch)

Comparing ircd-hybrid-8/src/conf_parser.h (file contents):
Revision 1490 by michael, Sat Jul 28 19:33:23 2012 UTC vs.
Revision 1492 by michael, Fri Aug 3 16:13:27 2012 UTC

# Line 1 | Line 1
1 < /* A Bison parser, made by GNU Bison 2.6.  */
1 > /* A Bison parser, made by GNU Bison 2.6.1.  */
2  
3   /* Bison interface for Yacc-like parsers in C
4    
# Line 533 | Line 533 | extern int yydebug;
533   #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
534   typedef union YYSTYPE
535   {
536 <
537 < /* Line 2050 of yacc.c  */
536 > /* Line 2049 of yacc.c  */
537   #line 110 "conf_parser.y"
538  
539    int number;
540    char *string;
541  
542  
543 <
544 < /* Line 2050 of yacc.c  */
546 < #line 547 "conf_parser.h"
543 > /* Line 2049 of yacc.c  */
544 > #line 545 "conf_parser.h"
545   } YYSTYPE;
546   # define YYSTYPE_IS_TRIVIAL 1
547   # define yystype YYSTYPE /* obsolescent; will be withdrawn */

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)