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 37 by lusky, Sun Oct 2 21:05:51 2005 UTC vs.
Revision 38 by adx, Sun Oct 2 22:27:12 2005 UTC

# Line 1 | Line 1
1 < /* $Id$ */
2 < /* A Bison parser, made by GNU Bison 2.0.  */
1 > /* A Bison parser, made from ircd_parser.y, by GNU bison 1.75.  */
2  
3   /* Skeleton parser for Yacc-like parsing with Bison,
4 <   Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
4 >   Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002 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 24 | Line 23
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 +
29   /* Tokens.  */
30   #ifndef YYTOKENTYPE
31   # define YYTOKENTYPE
# Line 540 | Line 542
542  
543  
544  
545 < #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
545 > #ifndef YYSTYPE
546   #line 134 "ircd_parser.y"
547 < typedef union YYSTYPE {
547 > typedef union {
548    int number;
549    char *string;
550 < } YYSTYPE;
551 < /* Line 1318 of yacc.c.  */
552 < #line 550 "y.tab.h"
553 < # define yystype YYSTYPE /* obsolescent; will be withdrawn */
552 < # define YYSTYPE_IS_DECLARED 1
553 < # define YYSTYPE_IS_TRIVIAL 1
550 > } yystype;
551 > /* Line 1281 of /usr/local/share/bison/yacc.c.  */
552 > #line 553 "y.tab.h"
553 > # define YYSTYPE yystype
554   #endif
555  
556   extern YYSTYPE yylval;
557  
558  
559 + #endif /* not BISON_Y_TAB_H */
560  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines