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

Comparing ircd-hybrid-7.2/src/y.tab.h (file contents):
Revision 201 by adx, Tue Nov 1 11:41:52 2005 UTC vs.
Revision 251 by michael, Fri Nov 11 12:36:59 2005 UTC

# Line 1 | Line 1
1 < /* A Bison parser, made from ircd_parser.y, by GNU bison 1.75.  */
1 > /* A Bison parser, made by GNU Bison 2.1.  */
2  
3   /* Skeleton parser for Yacc-like parsing with Bison,
4 <   Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002 Free Software Foundation, Inc.
4 >   Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
5  
6     This program is free software; you can redistribute it and/or modify
7     it under the terms of the GNU General Public License as published by
# Line 15 | Line 15
15  
16     You should have received a copy of the GNU General Public License
17     along with this program; if not, write to the Free Software
18 <   Foundation, Inc., 59 Temple Place - Suite 330,
19 <   Boston, MA 02111-1307, USA.  */
18 >   Foundation, Inc., 51 Franklin Street, Fifth Floor,
19 >   Boston, MA 02110-1301, USA.  */
20  
21   /* As a special exception, when this file is copied by Bison into a
22     Bison output file, you may use that output file without restriction.
23     This special exception was added by the Free Software Foundation
24     in version 1.24 of Bison.  */
25  
26 #ifndef BISON_Y_TAB_H
27 # define BISON_Y_TAB_H
28
26   /* Tokens.  */
27   #ifndef YYTOKENTYPE
28   # define YYTOKENTYPE
# Line 286 | Line 283
283       WARN_NO_NLINE = 509
284     };
285   #endif
286 + /* Tokens.  */
287   #define ACCEPT_PASSWORD 258
288   #define ACTION 259
289   #define ADMIN 260
# Line 542 | Line 540
540  
541  
542  
543 < #ifndef YYSTYPE
543 > #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
544   #line 134 "ircd_parser.y"
545 < typedef union {
545 > typedef union YYSTYPE {
546    int number;
547    char *string;
548 < } yystype;
549 < /* Line 1281 of /usr/local/share/bison/yacc.c.  */
550 < #line 553 "y.tab.h"
551 < # define YYSTYPE yystype
548 > } YYSTYPE;
549 > /* Line 1447 of yacc.c.  */
550 > #line 551 "y.tab.h"
551 > # define yystype YYSTYPE /* obsolescent; will be withdrawn */
552 > # define YYSTYPE_IS_DECLARED 1
553 > # define YYSTYPE_IS_TRIVIAL 1
554   #endif
555  
556   extern YYSTYPE yylval;
557  
558  
559 #endif /* not BISON_Y_TAB_H */
559  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines