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 |
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; |
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 */ |