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 5490 by michael, Sun Feb 8 14:53:44 2015 UTC vs.
Revision 5557 by michael, Fri Feb 13 20:05:13 2015 UTC

# Line 275 | Line 275 | extern int yydebug;
275      VHOST = 485,
276      VHOST6 = 486,
277      WARN_NO_CONNECT_BLOCK = 487,
278 <    XLINE = 488
278 >    WHOIS = 488,
279 >    XLINE = 489
280    };
281   #endif
282   /* Tokens.  */
# Line 509 | Line 510 | extern int yydebug;
510   #define VHOST 485
511   #define VHOST6 486
512   #define WARN_NO_CONNECT_BLOCK 487
513 < #define XLINE 488
513 > #define WHOIS 488
514 > #define XLINE 489
515  
516   /* Value type.  */
517   #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
518  
519   union YYSTYPE
520   {
521 < #line 152 "conf_parser.y" /* yacc.c:1909  */
521 > #line 153 "conf_parser.y" /* yacc.c:1909  */
522  
523    int number;
524    char *string;
525  
526 < #line 525 "conf_parser.h" /* yacc.c:1909  */
526 > #line 527 "conf_parser.h" /* yacc.c:1909  */
527   };
528  
529   typedef union YYSTYPE YYSTYPE;

Diff Legend

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