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 1520 by michael, Wed Sep 5 15:50:02 2012 UTC vs.
Revision 1547 by michael, Sun Sep 30 17:50:03 2012 UTC

# Line 255 | Line 255 | extern int yydebug;
255       USER = 464,
256       USE_EGD = 465,
257       USE_LOGGING = 466,
258 <     USE_WHOIS_ACTUALLY = 467,
259 <     VHOST = 468,
260 <     VHOST6 = 469,
261 <     XLINE = 470,
262 <     WARN_NO_NLINE = 471,
263 <     T_SIZE = 472,
264 <     T_FILE = 473
258 >     VHOST = 467,
259 >     VHOST6 = 468,
260 >     XLINE = 469,
261 >     WARN_NO_NLINE = 470,
262 >     T_SIZE = 471,
263 >     T_FILE = 472
264     };
265   #endif
266   /* Tokens.  */
# Line 474 | Line 473 | extern int yydebug;
473   #define USER 464
474   #define USE_EGD 465
475   #define USE_LOGGING 466
476 < #define USE_WHOIS_ACTUALLY 467
477 < #define VHOST 468
478 < #define VHOST6 469
479 < #define XLINE 470
480 < #define WARN_NO_NLINE 471
481 < #define T_SIZE 472
483 < #define T_FILE 473
476 > #define VHOST 467
477 > #define VHOST6 468
478 > #define XLINE 469
479 > #define WARN_NO_NLINE 470
480 > #define T_SIZE 471
481 > #define T_FILE 472
482  
483  
484  
# Line 495 | Line 493 | typedef union YYSTYPE
493  
494  
495   /* Line 2049 of yacc.c  */
496 < #line 499 "conf_parser.h"
496 > #line 497 "conf_parser.h"
497   } YYSTYPE;
498   # define YYSTYPE_IS_TRIVIAL 1
499   # define yystype YYSTYPE /* obsolescent; will be withdrawn */

Diff Legend

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