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-7.3/src/ircd_parser.h (file contents):
Revision 1123 by michael, Sun Feb 6 21:57:50 2011 UTC vs.
Revision 1133 by michael, Fri May 27 20:11:42 2011 UTC

# Line 1 | Line 1
1 < /* A Bison parser, made by GNU Bison 2.4.3.  */
1 > /* A Bison parser, made by GNU Bison 2.5.  */
2  
3 < /* Skeleton interface for Bison's Yacc-like parsers in C
3 > /* Bison interface for Yacc-like parsers in C
4    
5 <      Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
6 <   2009, 2010 Free Software Foundation, Inc.
5 >      Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc.
6    
7     This program is free software: you can redistribute it and/or modify
8     it under the terms of the GNU General Public License as published by
# Line 563 | Line 562
562   typedef union YYSTYPE
563   {
564  
565 < /* Line 1685 of yacc.c  */
565 > /* Line 2068 of yacc.c  */
566   #line 131 "ircd_parser.y"
567  
568    int number;
# Line 571 | Line 570 | typedef union YYSTYPE
570  
571  
572  
573 < /* Line 1685 of yacc.c  */
574 < #line 576 "ircd_parser.h"
573 > /* Line 2068 of yacc.c  */
574 > #line 575 "ircd_parser.h"
575   } YYSTYPE;
576   # define YYSTYPE_IS_TRIVIAL 1
577   # define yystype YYSTYPE /* obsolescent; will be withdrawn */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines