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/trunk/src/conf_parser.h (file contents):
Revision 1647 by michael, Fri Nov 9 20:11:58 2012 UTC vs.
Revision 1651 by michael, Sun Nov 11 10:54:51 2012 UTC

# Line 1 | Line 1
1 < /* A Bison parser, made by GNU Bison 2.6.2.33-cc5a9.  */
1 > /* A Bison parser, made by GNU Bison 2.6.5.  */
2  
3   /* Bison interface for Yacc-like parsers in C
4    
# Line 477 | Line 477 | extern int yydebug;
477   #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
478   typedef union YYSTYPE
479   {
480 < /* Line 2077 of yacc.c  */
480 > /* Line 2042 of yacc.c  */
481   #line 135 "conf_parser.y"
482  
483    int number;
484    char *string;
485  
486  
487 < /* Line 2077 of yacc.c  */
487 > /* Line 2042 of yacc.c  */
488   #line 489 "conf_parser.h"
489   } YYSTYPE;
490   # define YYSTYPE_IS_TRIVIAL 1

Diff Legend

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