| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | /* A Bison parser, made by GNU Bison 2.3.  */ | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | /* Skeleton implementation for Bison's Yacc-like parsers in C | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |    Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006 | 
					
						
							|  |  |  |  |    Free Software Foundation, Inc. | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |    This program is free software; you can redistribute it and/or modify | 
					
						
							|  |  |  |  |    it under the terms of the GNU General Public License as published by | 
					
						
							|  |  |  |  |    the Free Software Foundation; either version 2, or (at your option) | 
					
						
							|  |  |  |  |    any later version. | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |    This program is distributed in the hope that it will be useful, | 
					
						
							|  |  |  |  |    but WITHOUT ANY WARRANTY; without even the implied warranty of | 
					
						
							|  |  |  |  |    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | 
					
						
							|  |  |  |  |    GNU General Public License for more details. | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |    You should have received a copy of the GNU General Public License | 
					
						
							|  |  |  |  |    along with this program; if not, write to the Free Software | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |    Foundation, Inc., 51 Franklin Street, Fifth Floor, | 
					
						
							|  |  |  |  |    Boston, MA 02110-1301, USA.  */ | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | /* As a special exception, you may create a larger work that contains | 
					
						
							|  |  |  |  |    part or all of the Bison parser skeleton and distribute that work | 
					
						
							|  |  |  |  |    under terms of your choice, so long as that work isn't itself a | 
					
						
							|  |  |  |  |    parser generator using the skeleton or a modified version thereof | 
					
						
							|  |  |  |  |    as a parser skeleton.  Alternatively, if you modify or redistribute | 
					
						
							|  |  |  |  |    the parser skeleton itself, you may (at your option) remove this | 
					
						
							|  |  |  |  |    special exception, which will cause the skeleton and the resulting | 
					
						
							|  |  |  |  |    Bison output files to be licensed under the GNU General Public | 
					
						
							|  |  |  |  |    License without this special exception. | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |    This special exception was added by the Free Software Foundation in | 
					
						
							|  |  |  |  |    version 2.2 of Bison.  */ | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | /* C LALR(1) parser skeleton written by Richard Stallman, by | 
					
						
							|  |  |  |  |    simplifying the original so-called "semantic" parser.  */ | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | /* All symbols defined below should begin with yy or YY, to avoid | 
					
						
							|  |  |  |  |    infringing on user name space.  This should be done even for local | 
					
						
							|  |  |  |  |    variables, as they might otherwise be expanded by user macros. | 
					
						
							|  |  |  |  |    There are some unavoidable exceptions within include files to | 
					
						
							|  |  |  |  |    define necessary library symbols; they are noted "INFRINGES ON | 
					
						
							|  |  |  |  |    USER NAME SPACE" below.  */ | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | /* Identify Bison output.  */ | 
					
						
							|  |  |  |  | #define YYBISON 1 | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | /* Bison version.  */ | 
					
						
							|  |  |  |  | #define YYBISON_VERSION "2.3" | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | /* Skeleton name.  */ | 
					
						
							|  |  |  |  | #define YYSKELETON_NAME "yacc.c" | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | /* Pure parsers.  */ | 
					
						
							|  |  |  |  | #define YYPURE 0 | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | /* Using locations.  */ | 
					
						
							|  |  |  |  | #define YYLSP_NEEDED 0 | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | /* Tokens.  */ | 
					
						
							|  |  |  |  | #ifndef YYTOKENTYPE | 
					
						
							|  |  |  |  | # define YYTOKENTYPE | 
					
						
							|  |  |  |  |    /* Put the tokens into the symbol table, so that GDB and other debuggers | 
					
						
							|  |  |  |  |       know about them.  */ | 
					
						
							|  |  |  |  |    enum yytokentype { | 
					
						
							|  |  |  |  |      ASM_KEYW = 258, | 
					
						
							|  |  |  |  |      ATTRIBUTE_KEYW = 259, | 
					
						
							|  |  |  |  |      AUTO_KEYW = 260, | 
					
						
							|  |  |  |  |      BOOL_KEYW = 261, | 
					
						
							|  |  |  |  |      CHAR_KEYW = 262, | 
					
						
							|  |  |  |  |      CONST_KEYW = 263, | 
					
						
							|  |  |  |  |      DOUBLE_KEYW = 264, | 
					
						
							|  |  |  |  |      ENUM_KEYW = 265, | 
					
						
							|  |  |  |  |      EXTERN_KEYW = 266, | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |      EXTENSION_KEYW = 267, | 
					
						
							|  |  |  |  |      FLOAT_KEYW = 268, | 
					
						
							|  |  |  |  |      INLINE_KEYW = 269, | 
					
						
							|  |  |  |  |      INT_KEYW = 270, | 
					
						
							|  |  |  |  |      LONG_KEYW = 271, | 
					
						
							|  |  |  |  |      REGISTER_KEYW = 272, | 
					
						
							|  |  |  |  |      RESTRICT_KEYW = 273, | 
					
						
							|  |  |  |  |      SHORT_KEYW = 274, | 
					
						
							|  |  |  |  |      SIGNED_KEYW = 275, | 
					
						
							|  |  |  |  |      STATIC_KEYW = 276, | 
					
						
							|  |  |  |  |      STRUCT_KEYW = 277, | 
					
						
							|  |  |  |  |      TYPEDEF_KEYW = 278, | 
					
						
							|  |  |  |  |      UNION_KEYW = 279, | 
					
						
							|  |  |  |  |      UNSIGNED_KEYW = 280, | 
					
						
							|  |  |  |  |      VOID_KEYW = 281, | 
					
						
							|  |  |  |  |      VOLATILE_KEYW = 282, | 
					
						
							|  |  |  |  |      TYPEOF_KEYW = 283, | 
					
						
							|  |  |  |  |      EXPORT_SYMBOL_KEYW = 284, | 
					
						
							|  |  |  |  |      ASM_PHRASE = 285, | 
					
						
							|  |  |  |  |      ATTRIBUTE_PHRASE = 286, | 
					
						
							|  |  |  |  |      BRACE_PHRASE = 287, | 
					
						
							|  |  |  |  |      BRACKET_PHRASE = 288, | 
					
						
							|  |  |  |  |      EXPRESSION_PHRASE = 289, | 
					
						
							|  |  |  |  |      CHAR = 290, | 
					
						
							|  |  |  |  |      DOTS = 291, | 
					
						
							|  |  |  |  |      IDENT = 292, | 
					
						
							|  |  |  |  |      INT = 293, | 
					
						
							|  |  |  |  |      REAL = 294, | 
					
						
							|  |  |  |  |      STRING = 295, | 
					
						
							|  |  |  |  |      TYPE = 296, | 
					
						
							|  |  |  |  |      OTHER = 297, | 
					
						
							|  |  |  |  |      FILENAME = 298 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |    }; | 
					
						
							|  |  |  |  | #endif | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | /* Tokens.  */ | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | #define ASM_KEYW 258 | 
					
						
							|  |  |  |  | #define ATTRIBUTE_KEYW 259 | 
					
						
							|  |  |  |  | #define AUTO_KEYW 260 | 
					
						
							|  |  |  |  | #define BOOL_KEYW 261 | 
					
						
							|  |  |  |  | #define CHAR_KEYW 262 | 
					
						
							|  |  |  |  | #define CONST_KEYW 263 | 
					
						
							|  |  |  |  | #define DOUBLE_KEYW 264 | 
					
						
							|  |  |  |  | #define ENUM_KEYW 265 | 
					
						
							|  |  |  |  | #define EXTERN_KEYW 266 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #define EXTENSION_KEYW 267 | 
					
						
							|  |  |  |  | #define FLOAT_KEYW 268 | 
					
						
							|  |  |  |  | #define INLINE_KEYW 269 | 
					
						
							|  |  |  |  | #define INT_KEYW 270 | 
					
						
							|  |  |  |  | #define LONG_KEYW 271 | 
					
						
							|  |  |  |  | #define REGISTER_KEYW 272 | 
					
						
							|  |  |  |  | #define RESTRICT_KEYW 273 | 
					
						
							|  |  |  |  | #define SHORT_KEYW 274 | 
					
						
							|  |  |  |  | #define SIGNED_KEYW 275 | 
					
						
							|  |  |  |  | #define STATIC_KEYW 276 | 
					
						
							|  |  |  |  | #define STRUCT_KEYW 277 | 
					
						
							|  |  |  |  | #define TYPEDEF_KEYW 278 | 
					
						
							|  |  |  |  | #define UNION_KEYW 279 | 
					
						
							|  |  |  |  | #define UNSIGNED_KEYW 280 | 
					
						
							|  |  |  |  | #define VOID_KEYW 281 | 
					
						
							|  |  |  |  | #define VOLATILE_KEYW 282 | 
					
						
							|  |  |  |  | #define TYPEOF_KEYW 283 | 
					
						
							|  |  |  |  | #define EXPORT_SYMBOL_KEYW 284 | 
					
						
							|  |  |  |  | #define ASM_PHRASE 285 | 
					
						
							|  |  |  |  | #define ATTRIBUTE_PHRASE 286 | 
					
						
							|  |  |  |  | #define BRACE_PHRASE 287 | 
					
						
							|  |  |  |  | #define BRACKET_PHRASE 288 | 
					
						
							|  |  |  |  | #define EXPRESSION_PHRASE 289 | 
					
						
							|  |  |  |  | #define CHAR 290 | 
					
						
							|  |  |  |  | #define DOTS 291 | 
					
						
							|  |  |  |  | #define IDENT 292 | 
					
						
							|  |  |  |  | #define INT 293 | 
					
						
							|  |  |  |  | #define REAL 294 | 
					
						
							|  |  |  |  | #define STRING 295 | 
					
						
							|  |  |  |  | #define TYPE 296 | 
					
						
							|  |  |  |  | #define OTHER 297 | 
					
						
							|  |  |  |  | #define FILENAME 298 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | /* Copy the first part of user declarations.  */ | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | #line 24 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | #include <assert.h> | 
					
						
							|  |  |  |  | #include <malloc.h> | 
					
						
							|  |  |  |  | #include "genksyms.h" | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | static int is_typedef; | 
					
						
							|  |  |  |  | static int is_extern; | 
					
						
							|  |  |  |  | static char *current_name; | 
					
						
							|  |  |  |  | static struct string_list *decl_spec; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | static void yyerror(const char *); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | static inline void | 
					
						
							|  |  |  |  | remove_node(struct string_list **p) | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  |   struct string_list *node = *p; | 
					
						
							|  |  |  |  |   *p = node->next; | 
					
						
							|  |  |  |  |   free_node(node); | 
					
						
							|  |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | static inline void | 
					
						
							|  |  |  |  | remove_list(struct string_list **pb, struct string_list **pe) | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  |   struct string_list *b = *pb, *e = *pe; | 
					
						
							|  |  |  |  |   *pb = e; | 
					
						
							|  |  |  |  |   free_list(b, e); | 
					
						
							|  |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | /* Enabling traces.  */ | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | #ifndef YYDEBUG | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | # define YYDEBUG 1 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | #endif | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | /* Enabling verbose error messages.  */ | 
					
						
							|  |  |  |  | #ifdef YYERROR_VERBOSE | 
					
						
							|  |  |  |  | # undef YYERROR_VERBOSE | 
					
						
							|  |  |  |  | # define YYERROR_VERBOSE 1 | 
					
						
							|  |  |  |  | #else | 
					
						
							|  |  |  |  | # define YYERROR_VERBOSE 0 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | #endif | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | /* Enabling the token table.  */ | 
					
						
							|  |  |  |  | #ifndef YYTOKEN_TABLE | 
					
						
							|  |  |  |  | # define YYTOKEN_TABLE 0 | 
					
						
							|  |  |  |  | #endif | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | typedef int YYSTYPE; | 
					
						
							|  |  |  |  | # define yystype YYSTYPE /* obsolescent; will be withdrawn */ | 
					
						
							|  |  |  |  | # define YYSTYPE_IS_DECLARED 1 | 
					
						
							|  |  |  |  | # define YYSTYPE_IS_TRIVIAL 1 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | #endif | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | /* Copy the second part of user declarations.  */ | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | /* Line 216 of yacc.c.  */ | 
					
						
							|  |  |  |  | #line 223 "scripts/genksyms/parse.c" | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | #ifdef short | 
					
						
							|  |  |  |  | # undef short | 
					
						
							|  |  |  |  | #endif | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | #ifdef YYTYPE_UINT8 | 
					
						
							|  |  |  |  | typedef YYTYPE_UINT8 yytype_uint8; | 
					
						
							|  |  |  |  | #else | 
					
						
							|  |  |  |  | typedef unsigned char yytype_uint8; | 
					
						
							|  |  |  |  | #endif | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | #ifdef YYTYPE_INT8 | 
					
						
							|  |  |  |  | typedef YYTYPE_INT8 yytype_int8; | 
					
						
							|  |  |  |  | #elif (defined __STDC__ || defined __C99__FUNC__ \ | 
					
						
							|  |  |  |  |      || defined __cplusplus || defined _MSC_VER) | 
					
						
							|  |  |  |  | typedef signed char yytype_int8; | 
					
						
							|  |  |  |  | #else | 
					
						
							|  |  |  |  | typedef short int yytype_int8; | 
					
						
							|  |  |  |  | #endif | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | #ifdef YYTYPE_UINT16 | 
					
						
							|  |  |  |  | typedef YYTYPE_UINT16 yytype_uint16; | 
					
						
							|  |  |  |  | #else | 
					
						
							|  |  |  |  | typedef unsigned short int yytype_uint16; | 
					
						
							|  |  |  |  | #endif | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | #ifdef YYTYPE_INT16 | 
					
						
							|  |  |  |  | typedef YYTYPE_INT16 yytype_int16; | 
					
						
							|  |  |  |  | #else | 
					
						
							|  |  |  |  | typedef short int yytype_int16; | 
					
						
							|  |  |  |  | #endif | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | #ifndef YYSIZE_T | 
					
						
							|  |  |  |  | # ifdef __SIZE_TYPE__ | 
					
						
							|  |  |  |  | #  define YYSIZE_T __SIZE_TYPE__ | 
					
						
							|  |  |  |  | # elif defined size_t | 
					
						
							|  |  |  |  | #  define YYSIZE_T size_t | 
					
						
							|  |  |  |  | # elif ! defined YYSIZE_T && (defined __STDC__ || defined __C99__FUNC__ \ | 
					
						
							|  |  |  |  |      || defined __cplusplus || defined _MSC_VER) | 
					
						
							|  |  |  |  | #  include <stddef.h> /* INFRINGES ON USER NAME SPACE */ | 
					
						
							|  |  |  |  | #  define YYSIZE_T size_t | 
					
						
							|  |  |  |  | # else | 
					
						
							|  |  |  |  | #  define YYSIZE_T unsigned int | 
					
						
							|  |  |  |  | # endif | 
					
						
							|  |  |  |  | #endif | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #define YYSIZE_MAXIMUM ((YYSIZE_T) -1) | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #ifndef YY_ | 
					
						
							|  |  |  |  | # if YYENABLE_NLS | 
					
						
							|  |  |  |  | #  if ENABLE_NLS | 
					
						
							|  |  |  |  | #   include <libintl.h> /* INFRINGES ON USER NAME SPACE */ | 
					
						
							|  |  |  |  | #   define YY_(msgid) dgettext ("bison-runtime", msgid) | 
					
						
							|  |  |  |  | #  endif | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | # endif | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | # ifndef YY_ | 
					
						
							|  |  |  |  | #  define YY_(msgid) msgid | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | # endif | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #endif | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | /* Suppress unused-variable warnings by "using" E.  */ | 
					
						
							|  |  |  |  | #if ! defined lint || defined __GNUC__ | 
					
						
							|  |  |  |  | # define YYUSE(e) ((void) (e)) | 
					
						
							|  |  |  |  | #else | 
					
						
							|  |  |  |  | # define YYUSE(e) /* empty */ | 
					
						
							|  |  |  |  | #endif | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | /* Identity function, used to suppress warnings about constant conditions.  */ | 
					
						
							|  |  |  |  | #ifndef lint | 
					
						
							|  |  |  |  | # define YYID(n) (n) | 
					
						
							|  |  |  |  | #else | 
					
						
							|  |  |  |  | #if (defined __STDC__ || defined __C99__FUNC__ \ | 
					
						
							|  |  |  |  |      || defined __cplusplus || defined _MSC_VER) | 
					
						
							|  |  |  |  | static int | 
					
						
							|  |  |  |  | YYID (int i) | 
					
						
							|  |  |  |  | #else | 
					
						
							|  |  |  |  | static int | 
					
						
							|  |  |  |  | YYID (i) | 
					
						
							|  |  |  |  |     int i; | 
					
						
							|  |  |  |  | #endif | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  |   return i; | 
					
						
							|  |  |  |  | } | 
					
						
							|  |  |  |  | #endif | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | #if ! defined yyoverflow || YYERROR_VERBOSE | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | /* The parser invokes alloca or malloc; define the necessary symbols.  */ | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | # ifdef YYSTACK_USE_ALLOCA | 
					
						
							|  |  |  |  | #  if YYSTACK_USE_ALLOCA | 
					
						
							|  |  |  |  | #   ifdef __GNUC__ | 
					
						
							|  |  |  |  | #    define YYSTACK_ALLOC __builtin_alloca | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #   elif defined __BUILTIN_VA_ARG_INCR | 
					
						
							|  |  |  |  | #    include <alloca.h> /* INFRINGES ON USER NAME SPACE */ | 
					
						
							|  |  |  |  | #   elif defined _AIX | 
					
						
							|  |  |  |  | #    define YYSTACK_ALLOC __alloca | 
					
						
							|  |  |  |  | #   elif defined _MSC_VER | 
					
						
							|  |  |  |  | #    include <malloc.h> /* INFRINGES ON USER NAME SPACE */ | 
					
						
							|  |  |  |  | #    define alloca _alloca | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | #   else | 
					
						
							|  |  |  |  | #    define YYSTACK_ALLOC alloca | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #    if ! defined _ALLOCA_H && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \ | 
					
						
							|  |  |  |  |      || defined __cplusplus || defined _MSC_VER) | 
					
						
							|  |  |  |  | #     include <stdlib.h> /* INFRINGES ON USER NAME SPACE */ | 
					
						
							|  |  |  |  | #     ifndef _STDLIB_H | 
					
						
							|  |  |  |  | #      define _STDLIB_H 1 | 
					
						
							|  |  |  |  | #     endif | 
					
						
							|  |  |  |  | #    endif | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | #   endif | 
					
						
							|  |  |  |  | #  endif | 
					
						
							|  |  |  |  | # endif | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | # ifdef YYSTACK_ALLOC | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |    /* Pacify GCC's `empty if-body' warning.  */ | 
					
						
							|  |  |  |  | #  define YYSTACK_FREE(Ptr) do { /* empty */; } while (YYID (0)) | 
					
						
							|  |  |  |  | #  ifndef YYSTACK_ALLOC_MAXIMUM | 
					
						
							|  |  |  |  |     /* The OS might guarantee only one guard page at the bottom of the stack, | 
					
						
							|  |  |  |  |        and a page size can be as small as 4096 bytes.  So we cannot safely | 
					
						
							|  |  |  |  |        invoke alloca (N) if N exceeds 4096.  Use a slightly smaller number | 
					
						
							|  |  |  |  |        to allow for a few compiler-allocated temporary stack slots.  */ | 
					
						
							|  |  |  |  | #   define YYSTACK_ALLOC_MAXIMUM 4032 /* reasonable circa 2006 */ | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | #  endif | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | # else | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | #  define YYSTACK_ALLOC YYMALLOC | 
					
						
							|  |  |  |  | #  define YYSTACK_FREE YYFREE | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #  ifndef YYSTACK_ALLOC_MAXIMUM | 
					
						
							|  |  |  |  | #   define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM | 
					
						
							|  |  |  |  | #  endif | 
					
						
							|  |  |  |  | #  if (defined __cplusplus && ! defined _STDLIB_H \ | 
					
						
							|  |  |  |  |        && ! ((defined YYMALLOC || defined malloc) \ | 
					
						
							|  |  |  |  | 	     && (defined YYFREE || defined free))) | 
					
						
							|  |  |  |  | #   include <stdlib.h> /* INFRINGES ON USER NAME SPACE */ | 
					
						
							|  |  |  |  | #   ifndef _STDLIB_H | 
					
						
							|  |  |  |  | #    define _STDLIB_H 1 | 
					
						
							|  |  |  |  | #   endif | 
					
						
							|  |  |  |  | #  endif | 
					
						
							|  |  |  |  | #  ifndef YYMALLOC | 
					
						
							|  |  |  |  | #   define YYMALLOC malloc | 
					
						
							|  |  |  |  | #   if ! defined malloc && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \ | 
					
						
							|  |  |  |  |      || defined __cplusplus || defined _MSC_VER) | 
					
						
							|  |  |  |  | void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */ | 
					
						
							|  |  |  |  | #   endif | 
					
						
							|  |  |  |  | #  endif | 
					
						
							|  |  |  |  | #  ifndef YYFREE | 
					
						
							|  |  |  |  | #   define YYFREE free | 
					
						
							|  |  |  |  | #   if ! defined free && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \ | 
					
						
							|  |  |  |  |      || defined __cplusplus || defined _MSC_VER) | 
					
						
							|  |  |  |  | void free (void *); /* INFRINGES ON USER NAME SPACE */ | 
					
						
							|  |  |  |  | #   endif | 
					
						
							|  |  |  |  | #  endif | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | # endif | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #endif /* ! defined yyoverflow || YYERROR_VERBOSE */ | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #if (! defined yyoverflow \ | 
					
						
							|  |  |  |  |      && (! defined __cplusplus \ | 
					
						
							|  |  |  |  | 	 || (defined YYSTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL))) | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | /* A type that is properly aligned for any stack member.  */ | 
					
						
							|  |  |  |  | union yyalloc | 
					
						
							|  |  |  |  | { | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   yytype_int16 yyss; | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |   YYSTYPE yyvs; | 
					
						
							|  |  |  |  |   }; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | /* The size of the maximum gap between one aligned stack and the next.  */ | 
					
						
							|  |  |  |  | # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1) | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | /* The size of an array large to enough to hold all stacks, each with | 
					
						
							|  |  |  |  |    N elements.  */ | 
					
						
							|  |  |  |  | # define YYSTACK_BYTES(N) \ | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |      ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \ | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |       + YYSTACK_GAP_MAXIMUM) | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | /* Copy COUNT objects from FROM to TO.  The source and destination do | 
					
						
							|  |  |  |  |    not overlap.  */ | 
					
						
							|  |  |  |  | # ifndef YYCOPY | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #  if defined __GNUC__ && 1 < __GNUC__ | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | #   define YYCOPY(To, From, Count) \ | 
					
						
							|  |  |  |  |       __builtin_memcpy (To, From, (Count) * sizeof (*(From))) | 
					
						
							|  |  |  |  | #  else | 
					
						
							|  |  |  |  | #   define YYCOPY(To, From, Count)		\ | 
					
						
							|  |  |  |  |       do					\ | 
					
						
							|  |  |  |  | 	{					\ | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | 	  YYSIZE_T yyi;				\ | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 	  for (yyi = 0; yyi < (Count); yyi++)	\ | 
					
						
							|  |  |  |  | 	    (To)[yyi] = (From)[yyi];		\ | 
					
						
							|  |  |  |  | 	}					\ | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |       while (YYID (0)) | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | #  endif | 
					
						
							|  |  |  |  | # endif | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | /* Relocate STACK from its old location to the new one.  The | 
					
						
							|  |  |  |  |    local variables YYSIZE and YYSTACKSIZE give the old and new number of | 
					
						
							|  |  |  |  |    elements in the stack, and YYPTR gives the new location of the | 
					
						
							|  |  |  |  |    stack.  Advance YYPTR to a properly aligned location for the next | 
					
						
							|  |  |  |  |    stack.  */ | 
					
						
							|  |  |  |  | # define YYSTACK_RELOCATE(Stack)					\ | 
					
						
							|  |  |  |  |     do									\ | 
					
						
							|  |  |  |  |       {									\ | 
					
						
							|  |  |  |  | 	YYSIZE_T yynewbytes;						\ | 
					
						
							|  |  |  |  | 	YYCOPY (&yyptr->Stack, Stack, yysize);				\ | 
					
						
							|  |  |  |  | 	Stack = &yyptr->Stack;						\ | 
					
						
							|  |  |  |  | 	yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \ | 
					
						
							|  |  |  |  | 	yyptr += yynewbytes / sizeof (*yyptr);				\ | 
					
						
							|  |  |  |  |       }									\ | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |     while (YYID (0)) | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | #endif | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | /* YYFINAL -- State number of the termination state.  */ | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | #define YYFINAL  4 | 
					
						
							|  |  |  |  | /* YYLAST -- Last index in YYTABLE.  */ | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #define YYLAST   523 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | /* YYNTOKENS -- Number of terminals.  */ | 
					
						
							|  |  |  |  | #define YYNTOKENS  53 | 
					
						
							|  |  |  |  | /* YYNNTS -- Number of nonterminals.  */ | 
					
						
							|  |  |  |  | #define YYNNTS  46 | 
					
						
							|  |  |  |  | /* YYNRULES -- Number of rules.  */ | 
					
						
							|  |  |  |  | #define YYNRULES  126 | 
					
						
							|  |  |  |  | /* YYNRULES -- Number of states.  */ | 
					
						
							|  |  |  |  | #define YYNSTATES  178 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX.  */ | 
					
						
							|  |  |  |  | #define YYUNDEFTOK  2 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #define YYMAXUTOK   298 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #define YYTRANSLATE(YYX)						\ | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |   ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX.  */ | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | static const yytype_uint8 yytranslate[] = | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | { | 
					
						
							|  |  |  |  |        0,     2,     2,     2,     2,     2,     2,     2,     2,     2, | 
					
						
							|  |  |  |  |        2,     2,     2,     2,     2,     2,     2,     2,     2,     2, | 
					
						
							|  |  |  |  |        2,     2,     2,     2,     2,     2,     2,     2,     2,     2, | 
					
						
							|  |  |  |  |        2,     2,     2,     2,     2,     2,     2,     2,     2,     2, | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |       47,    49,    48,     2,    46,     2,     2,     2,     2,     2, | 
					
						
							|  |  |  |  |        2,     2,     2,     2,     2,     2,     2,     2,    52,    44, | 
					
						
							|  |  |  |  |        2,    50,     2,     2,     2,     2,     2,     2,     2,     2, | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |        2,     2,     2,     2,     2,     2,     2,     2,     2,     2, | 
					
						
							|  |  |  |  |        2,     2,     2,     2,     2,     2,     2,     2,     2,     2, | 
					
						
							|  |  |  |  |        2,     2,     2,     2,     2,     2,     2,     2,     2,     2, | 
					
						
							|  |  |  |  |        2,     2,     2,     2,     2,     2,     2,     2,     2,     2, | 
					
						
							|  |  |  |  |        2,     2,     2,     2,     2,     2,     2,     2,     2,     2, | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |        2,     2,     2,    51,     2,    45,     2,     2,     2,     2, | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |        2,     2,     2,     2,     2,     2,     2,     2,     2,     2, | 
					
						
							|  |  |  |  |        2,     2,     2,     2,     2,     2,     2,     2,     2,     2, | 
					
						
							|  |  |  |  |        2,     2,     2,     2,     2,     2,     2,     2,     2,     2, | 
					
						
							|  |  |  |  |        2,     2,     2,     2,     2,     2,     2,     2,     2,     2, | 
					
						
							|  |  |  |  |        2,     2,     2,     2,     2,     2,     2,     2,     2,     2, | 
					
						
							|  |  |  |  |        2,     2,     2,     2,     2,     2,     2,     2,     2,     2, | 
					
						
							|  |  |  |  |        2,     2,     2,     2,     2,     2,     2,     2,     2,     2, | 
					
						
							|  |  |  |  |        2,     2,     2,     2,     2,     2,     2,     2,     2,     2, | 
					
						
							|  |  |  |  |        2,     2,     2,     2,     2,     2,     2,     2,     2,     2, | 
					
						
							|  |  |  |  |        2,     2,     2,     2,     2,     2,     2,     2,     2,     2, | 
					
						
							|  |  |  |  |        2,     2,     2,     2,     2,     2,     2,     2,     2,     2, | 
					
						
							|  |  |  |  |        2,     2,     2,     2,     2,     2,     2,     2,     2,     2, | 
					
						
							|  |  |  |  |        2,     2,     2,     2,     2,     2,     1,     2,     3,     4, | 
					
						
							|  |  |  |  |        5,     6,     7,     8,     9,    10,    11,    12,    13,    14, | 
					
						
							|  |  |  |  |       15,    16,    17,    18,    19,    20,    21,    22,    23,    24, | 
					
						
							|  |  |  |  |       25,    26,    27,    28,    29,    30,    31,    32,    33,    34, | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |       35,    36,    37,    38,    39,    40,    41,    42,    43 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | }; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | #if YYDEBUG | 
					
						
							|  |  |  |  | /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in | 
					
						
							|  |  |  |  |    YYRHS.  */ | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | static const yytype_uint16 yyprhs[] = | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | { | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |        0,     0,     3,     5,     8,     9,    12,    13,    18,    19, | 
					
						
							|  |  |  |  |       23,    25,    27,    29,    31,    34,    37,    41,    42,    44, | 
					
						
							|  |  |  |  |       46,    50,    55,    56,    58,    60,    63,    65,    67,    69, | 
					
						
							|  |  |  |  |       71,    73,    75,    77,    79,    81,    87,    92,    95,    98, | 
					
						
							|  |  |  |  |      101,   105,   109,   113,   116,   119,   122,   124,   126,   128, | 
					
						
							|  |  |  |  |      130,   132,   134,   136,   138,   140,   142,   144,   147,   148, | 
					
						
							|  |  |  |  |      150,   152,   155,   157,   159,   161,   163,   166,   168,   170, | 
					
						
							|  |  |  |  |      175,   180,   183,   187,   191,   194,   196,   198,   200,   205, | 
					
						
							|  |  |  |  |      210,   213,   217,   221,   224,   226,   230,   231,   233,   235, | 
					
						
							|  |  |  |  |      239,   242,   245,   247,   248,   250,   252,   257,   262,   265, | 
					
						
							|  |  |  |  |      269,   273,   277,   278,   280,   283,   287,   291,   292,   294, | 
					
						
							|  |  |  |  |      296,   299,   303,   306,   307,   309,   311,   315,   318,   321, | 
					
						
							|  |  |  |  |      323,   326,   327,   329,   332,   333,   335 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | }; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | /* YYRHS -- A `-1'-separated list of the rules' RHS.  */ | 
					
						
							|  |  |  |  | static const yytype_int8 yyrhs[] = | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | { | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |       54,     0,    -1,    55,    -1,    54,    55,    -1,    -1,    56, | 
					
						
							|  |  |  |  |       57,    -1,    -1,    12,    23,    58,    60,    -1,    -1,    23, | 
					
						
							|  |  |  |  |       59,    60,    -1,    60,    -1,    84,    -1,    96,    -1,    98, | 
					
						
							|  |  |  |  |       -1,     1,    44,    -1,     1,    45,    -1,    64,    61,    44, | 
					
						
							|  |  |  |  |       -1,    -1,    62,    -1,    63,    -1,    62,    46,    63,    -1, | 
					
						
							|  |  |  |  |       74,    97,    95,    85,    -1,    -1,    65,    -1,    66,    -1, | 
					
						
							|  |  |  |  |       65,    66,    -1,    67,    -1,    68,    -1,     5,    -1,    17, | 
					
						
							|  |  |  |  |       -1,    21,    -1,    11,    -1,    14,    -1,    69,    -1,    73, | 
					
						
							|  |  |  |  |       -1,    28,    47,    65,    48,    49,    -1,    28,    47,    65, | 
					
						
							|  |  |  |  |       49,    -1,    22,    37,    -1,    24,    37,    -1,    10,    37, | 
					
						
							|  |  |  |  |       -1,    22,    37,    87,    -1,    24,    37,    87,    -1,    10, | 
					
						
							|  |  |  |  |       37,    32,    -1,    10,    32,    -1,    22,    87,    -1,    24, | 
					
						
							|  |  |  |  |       87,    -1,     7,    -1,    19,    -1,    15,    -1,    16,    -1, | 
					
						
							|  |  |  |  |       20,    -1,    25,    -1,    13,    -1,     9,    -1,    26,    -1, | 
					
						
							|  |  |  |  |        6,    -1,    41,    -1,    48,    71,    -1,    -1,    72,    -1, | 
					
						
							|  |  |  |  |       73,    -1,    72,    73,    -1,     8,    -1,    27,    -1,    31, | 
					
						
							|  |  |  |  |       -1,    18,    -1,    70,    74,    -1,    75,    -1,    37,    -1, | 
					
						
							|  |  |  |  |       75,    47,    78,    49,    -1,    75,    47,     1,    49,    -1, | 
					
						
							|  |  |  |  |       75,    33,    -1,    47,    74,    49,    -1,    47,     1,    49, | 
					
						
							|  |  |  |  |       -1,    70,    76,    -1,    77,    -1,    37,    -1,    41,    -1, | 
					
						
							|  |  |  |  |       77,    47,    78,    49,    -1,    77,    47,     1,    49,    -1, | 
					
						
							|  |  |  |  |       77,    33,    -1,    47,    76,    49,    -1,    47,     1,    49, | 
					
						
							|  |  |  |  |       -1,    79,    36,    -1,    79,    -1,    80,    46,    36,    -1, | 
					
						
							|  |  |  |  |       -1,    80,    -1,    81,    -1,    80,    46,    81,    -1,    65, | 
					
						
							|  |  |  |  |       82,    -1,    70,    82,    -1,    83,    -1,    -1,    37,    -1, | 
					
						
							|  |  |  |  |       41,    -1,    83,    47,    78,    49,    -1,    83,    47,     1, | 
					
						
							|  |  |  |  |       49,    -1,    83,    33,    -1,    47,    82,    49,    -1,    47, | 
					
						
							|  |  |  |  |        1,    49,    -1,    64,    74,    32,    -1,    -1,    86,    -1, | 
					
						
							|  |  |  |  |       50,    34,    -1,    51,    88,    45,    -1,    51,     1,    45, | 
					
						
							|  |  |  |  |       -1,    -1,    89,    -1,    90,    -1,    89,    90,    -1,    64, | 
					
						
							|  |  |  |  |       91,    44,    -1,     1,    44,    -1,    -1,    92,    -1,    93, | 
					
						
							|  |  |  |  |       -1,    92,    46,    93,    -1,    76,    95,    -1,    37,    94, | 
					
						
							|  |  |  |  |       -1,    94,    -1,    52,    34,    -1,    -1,    31,    -1,    30, | 
					
						
							|  |  |  |  |       44,    -1,    -1,    30,    -1,    29,    47,    37,    49,    44, | 
					
						
							|  |  |  |  |       -1 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | }; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | /* YYRLINE[YYN] -- source line where rule number YYN was defined.  */ | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | static const yytype_uint16 yyrline[] = | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | { | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |        0,   103,   103,   104,   108,   108,   114,   114,   116,   116, | 
					
						
							|  |  |  |  |      118,   119,   120,   121,   122,   123,   127,   141,   142,   146, | 
					
						
							|  |  |  |  |      154,   167,   173,   174,   178,   179,   183,   189,   193,   194, | 
					
						
							|  |  |  |  |      195,   196,   197,   201,   202,   203,   204,   208,   210,   212, | 
					
						
							|  |  |  |  |      216,   223,   230,   239,   240,   241,   245,   246,   247,   248, | 
					
						
							|  |  |  |  |      249,   250,   251,   252,   253,   254,   255,   259,   264,   265, | 
					
						
							|  |  |  |  |      269,   270,   274,   274,   274,   275,   283,   284,   288,   297, | 
					
						
							|  |  |  |  |      299,   301,   303,   305,   312,   313,   317,   318,   319,   321, | 
					
						
							|  |  |  |  |      323,   325,   327,   332,   333,   334,   338,   339,   343,   344, | 
					
						
							|  |  |  |  |      349,   354,   356,   360,   361,   369,   373,   375,   377,   379, | 
					
						
							|  |  |  |  |      381,   386,   395,   396,   401,   406,   407,   411,   412,   416, | 
					
						
							|  |  |  |  |      417,   421,   423,   428,   429,   433,   434,   438,   439,   440, | 
					
						
							|  |  |  |  |      444,   448,   449,   453,   457,   458,   462 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | }; | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | #endif | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #if YYDEBUG || YYERROR_VERBOSE || YYTOKEN_TABLE | 
					
						
							|  |  |  |  | /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM. | 
					
						
							|  |  |  |  |    First, the terminals, then, starting at YYNTOKENS, nonterminals.  */ | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | static const char *const yytname[] = | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  |   "$end", "error", "$undefined", "ASM_KEYW", "ATTRIBUTE_KEYW", | 
					
						
							|  |  |  |  |   "AUTO_KEYW", "BOOL_KEYW", "CHAR_KEYW", "CONST_KEYW", "DOUBLE_KEYW", | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   "ENUM_KEYW", "EXTERN_KEYW", "EXTENSION_KEYW", "FLOAT_KEYW", | 
					
						
							|  |  |  |  |   "INLINE_KEYW", "INT_KEYW", "LONG_KEYW", "REGISTER_KEYW", "RESTRICT_KEYW", | 
					
						
							|  |  |  |  |   "SHORT_KEYW", "SIGNED_KEYW", "STATIC_KEYW", "STRUCT_KEYW", | 
					
						
							|  |  |  |  |   "TYPEDEF_KEYW", "UNION_KEYW", "UNSIGNED_KEYW", "VOID_KEYW", | 
					
						
							|  |  |  |  |   "VOLATILE_KEYW", "TYPEOF_KEYW", "EXPORT_SYMBOL_KEYW", "ASM_PHRASE", | 
					
						
							|  |  |  |  |   "ATTRIBUTE_PHRASE", "BRACE_PHRASE", "BRACKET_PHRASE", | 
					
						
							|  |  |  |  |   "EXPRESSION_PHRASE", "CHAR", "DOTS", "IDENT", "INT", "REAL", "STRING", | 
					
						
							|  |  |  |  |   "TYPE", "OTHER", "FILENAME", "';'", "'}'", "','", "'('", "'*'", "')'", | 
					
						
							|  |  |  |  |   "'='", "'{'", "':'", "$accept", "declaration_seq", "declaration", "@1", | 
					
						
							|  |  |  |  |   "declaration1", "@2", "@3", "simple_declaration", | 
					
						
							|  |  |  |  |   "init_declarator_list_opt", "init_declarator_list", "init_declarator", | 
					
						
							|  |  |  |  |   "decl_specifier_seq_opt", "decl_specifier_seq", "decl_specifier", | 
					
						
							|  |  |  |  |   "storage_class_specifier", "type_specifier", "simple_type_specifier", | 
					
						
							|  |  |  |  |   "ptr_operator", "cvar_qualifier_seq_opt", "cvar_qualifier_seq", | 
					
						
							|  |  |  |  |   "cvar_qualifier", "declarator", "direct_declarator", "nested_declarator", | 
					
						
							|  |  |  |  |   "direct_nested_declarator", "parameter_declaration_clause", | 
					
						
							|  |  |  |  |   "parameter_declaration_list_opt", "parameter_declaration_list", | 
					
						
							|  |  |  |  |   "parameter_declaration", "m_abstract_declarator", | 
					
						
							|  |  |  |  |   "direct_m_abstract_declarator", "function_definition", "initializer_opt", | 
					
						
							|  |  |  |  |   "initializer", "class_body", "member_specification_opt", | 
					
						
							|  |  |  |  |   "member_specification", "member_declaration", | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |   "member_declarator_list_opt", "member_declarator_list", | 
					
						
							|  |  |  |  |   "member_declarator", "member_bitfield_declarator", "attribute_opt", | 
					
						
							|  |  |  |  |   "asm_definition", "asm_phrase_opt", "export_definition", 0 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | }; | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | #endif | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | # ifdef YYPRINT | 
					
						
							|  |  |  |  | /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to | 
					
						
							|  |  |  |  |    token YYLEX-NUM.  */ | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | static const yytype_uint16 yytoknum[] = | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | { | 
					
						
							|  |  |  |  |        0,   256,   257,   258,   259,   260,   261,   262,   263,   264, | 
					
						
							|  |  |  |  |      265,   266,   267,   268,   269,   270,   271,   272,   273,   274, | 
					
						
							|  |  |  |  |      275,   276,   277,   278,   279,   280,   281,   282,   283,   284, | 
					
						
							|  |  |  |  |      285,   286,   287,   288,   289,   290,   291,   292,   293,   294, | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |      295,   296,   297,   298,    59,   125,    44,    40,    42,    41, | 
					
						
							|  |  |  |  |       61,   123,    58 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | }; | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | # endif | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives.  */ | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | static const yytype_uint8 yyr1[] = | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | { | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |        0,    53,    54,    54,    56,    55,    58,    57,    59,    57, | 
					
						
							|  |  |  |  |       57,    57,    57,    57,    57,    57,    60,    61,    61,    62, | 
					
						
							|  |  |  |  |       62,    63,    64,    64,    65,    65,    66,    66,    67,    67, | 
					
						
							|  |  |  |  |       67,    67,    67,    68,    68,    68,    68,    68,    68,    68, | 
					
						
							|  |  |  |  |       68,    68,    68,    68,    68,    68,    69,    69,    69,    69, | 
					
						
							|  |  |  |  |       69,    69,    69,    69,    69,    69,    69,    70,    71,    71, | 
					
						
							|  |  |  |  |       72,    72,    73,    73,    73,    73,    74,    74,    75,    75, | 
					
						
							|  |  |  |  |       75,    75,    75,    75,    76,    76,    77,    77,    77,    77, | 
					
						
							|  |  |  |  |       77,    77,    77,    78,    78,    78,    79,    79,    80,    80, | 
					
						
							|  |  |  |  |       81,    82,    82,    83,    83,    83,    83,    83,    83,    83, | 
					
						
							|  |  |  |  |       83,    84,    85,    85,    86,    87,    87,    88,    88,    89, | 
					
						
							|  |  |  |  |       89,    90,    90,    91,    91,    92,    92,    93,    93,    93, | 
					
						
							|  |  |  |  |       94,    95,    95,    96,    97,    97,    98 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | }; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN.  */ | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | static const yytype_uint8 yyr2[] = | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | { | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |        0,     2,     1,     2,     0,     2,     0,     4,     0,     3, | 
					
						
							|  |  |  |  |        1,     1,     1,     1,     2,     2,     3,     0,     1,     1, | 
					
						
							|  |  |  |  |        3,     4,     0,     1,     1,     2,     1,     1,     1,     1, | 
					
						
							|  |  |  |  |        1,     1,     1,     1,     1,     5,     4,     2,     2,     2, | 
					
						
							|  |  |  |  |        3,     3,     3,     2,     2,     2,     1,     1,     1,     1, | 
					
						
							|  |  |  |  |        1,     1,     1,     1,     1,     1,     1,     2,     0,     1, | 
					
						
							|  |  |  |  |        1,     2,     1,     1,     1,     1,     2,     1,     1,     4, | 
					
						
							|  |  |  |  |        4,     2,     3,     3,     2,     1,     1,     1,     4,     4, | 
					
						
							|  |  |  |  |        2,     3,     3,     2,     1,     3,     0,     1,     1,     3, | 
					
						
							|  |  |  |  |        2,     2,     1,     0,     1,     1,     4,     4,     2,     3, | 
					
						
							|  |  |  |  |        3,     3,     0,     1,     2,     3,     3,     0,     1,     1, | 
					
						
							|  |  |  |  |        2,     3,     2,     0,     1,     1,     3,     2,     2,     1, | 
					
						
							|  |  |  |  |        2,     0,     1,     2,     0,     1,     5 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | }; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | /* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state | 
					
						
							|  |  |  |  |    STATE-NUM when YYTABLE doesn't specify something else to do.  Zero | 
					
						
							|  |  |  |  |    means the default is an error.  */ | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | static const yytype_uint8 yydefact[] = | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | { | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |        4,     4,     2,     0,     1,     3,     0,    28,    55,    46, | 
					
						
							|  |  |  |  |       62,    53,     0,    31,     0,    52,    32,    48,    49,    29, | 
					
						
							|  |  |  |  |       65,    47,    50,    30,     0,     8,     0,    51,    54,    63, | 
					
						
							|  |  |  |  |        0,     0,     0,    64,    56,     5,    10,    17,    23,    24, | 
					
						
							|  |  |  |  |       26,    27,    33,    34,    11,    12,    13,    14,    15,    43, | 
					
						
							|  |  |  |  |       39,     6,    37,     0,    44,    22,    38,    45,     0,     0, | 
					
						
							|  |  |  |  |      123,    68,     0,    58,     0,    18,    19,     0,   124,    67, | 
					
						
							|  |  |  |  |       25,    42,    22,    40,     0,   113,     0,     0,   109,     9, | 
					
						
							|  |  |  |  |       17,    41,     0,     0,     0,     0,    57,    59,    60,    16, | 
					
						
							|  |  |  |  |        0,    66,   125,   101,   121,    71,     0,     7,   112,   106, | 
					
						
							|  |  |  |  |       76,    77,     0,     0,     0,   121,    75,     0,   114,   115, | 
					
						
							|  |  |  |  |      119,   105,     0,   110,   124,     0,    36,     0,    73,    72, | 
					
						
							|  |  |  |  |       61,    20,   122,   102,     0,    93,     0,    84,    87,    88, | 
					
						
							|  |  |  |  |      118,     0,    76,     0,   120,    74,   117,    80,     0,   111, | 
					
						
							|  |  |  |  |        0,    35,   126,     0,    21,   103,    70,    94,    56,     0, | 
					
						
							|  |  |  |  |       93,    90,    92,    69,    83,     0,    82,    81,     0,     0, | 
					
						
							|  |  |  |  |      116,   104,     0,    95,     0,    91,    98,     0,    85,    89, | 
					
						
							|  |  |  |  |       79,    78,   100,    99,     0,     0,    97,    96 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | }; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | /* YYDEFGOTO[NTERM-NUM].  */ | 
					
						
							|  |  |  |  | static const yytype_int16 yydefgoto[] = | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | { | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |       -1,     1,     2,     3,    35,    72,    55,    36,    64,    65, | 
					
						
							|  |  |  |  |       66,    75,    38,    39,    40,    41,    42,    67,    86,    87, | 
					
						
							|  |  |  |  |       43,   114,    69,   105,   106,   126,   127,   128,   129,   151, | 
					
						
							|  |  |  |  |      152,    44,   144,   145,    54,    76,    77,    78,   107,   108, | 
					
						
							|  |  |  |  |      109,   110,   123,    45,    94,    46 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | }; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing | 
					
						
							|  |  |  |  |    STATE-NUM.  */ | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #define YYPACT_NINF -135 | 
					
						
							|  |  |  |  | static const yytype_int16 yypact[] = | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | { | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |     -135,    11,  -135,   312,  -135,  -135,    24,  -135,  -135,  -135, | 
					
						
							|  |  |  |  |     -135,  -135,   -23,  -135,    -2,  -135,  -135,  -135,  -135,  -135, | 
					
						
							|  |  |  |  |     -135,  -135,  -135,  -135,   -17,  -135,   -11,  -135,  -135,  -135, | 
					
						
							|  |  |  |  |       -3,    16,    26,  -135,  -135,  -135,  -135,    34,   482,  -135, | 
					
						
							|  |  |  |  |     -135,  -135,  -135,  -135,  -135,  -135,  -135,  -135,  -135,  -135, | 
					
						
							|  |  |  |  |       -8,  -135,    22,    97,  -135,   482,    22,  -135,   482,    56, | 
					
						
							|  |  |  |  |     -135,  -135,    12,    10,    50,    49,  -135,    34,   -13,    15, | 
					
						
							|  |  |  |  |     -135,  -135,   482,  -135,    47,   -25,    51,   145,  -135,  -135, | 
					
						
							|  |  |  |  |       34,  -135,   356,    52,    71,    77,  -135,    10,  -135,  -135, | 
					
						
							|  |  |  |  |       34,  -135,  -135,  -135,    68,  -135,   193,  -135,  -135,  -135, | 
					
						
							|  |  |  |  |       48,  -135,     6,    93,    37,    68,    18,    85,    84,  -135, | 
					
						
							|  |  |  |  |     -135,  -135,    87,  -135,   102,    86,  -135,    89,  -135,  -135, | 
					
						
							|  |  |  |  |     -135,  -135,  -135,    90,    88,   401,    94,   100,   101,  -135, | 
					
						
							|  |  |  |  |     -135,    99,  -135,   108,  -135,  -135,  -135,  -135,   230,  -135, | 
					
						
							|  |  |  |  |      -25,  -135,  -135,   105,  -135,  -135,  -135,  -135,  -135,     9, | 
					
						
							|  |  |  |  |       42,  -135,    28,  -135,  -135,   445,  -135,  -135,   119,   125, | 
					
						
							|  |  |  |  |     -135,  -135,   126,  -135,   128,  -135,  -135,   267,  -135,  -135, | 
					
						
							|  |  |  |  |     -135,  -135,  -135,  -135,   129,   130,  -135,  -135 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | }; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | /* YYPGOTO[NTERM-NUM].  */ | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | static const yytype_int16 yypgoto[] = | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | { | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |     -135,  -135,   179,  -135,  -135,  -135,  -135,   -47,  -135,  -135, | 
					
						
							|  |  |  |  |       91,     0,   -58,   -37,  -135,  -135,  -135,   -73,  -135,  -135, | 
					
						
							|  |  |  |  |      -48,   -32,  -135,   -38,  -135,  -134,  -135,  -135,    29,   -63, | 
					
						
							|  |  |  |  |     -135,  -135,  -135,  -135,   -20,  -135,  -135,   106,  -135,  -135, | 
					
						
							|  |  |  |  |       45,    95,    82,  -135,  -135,  -135 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | }; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | /* YYTABLE[YYPACT[STATE-NUM]].  What to do in state STATE-NUM.  If | 
					
						
							|  |  |  |  |    positive, shift that token.  If negative, reduce the rule which | 
					
						
							|  |  |  |  |    number is the opposite.  If zero, do what YYDEFACT says. | 
					
						
							|  |  |  |  |    If YYTABLE_NINF, syntax error.  */ | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #define YYTABLE_NINF -109 | 
					
						
							|  |  |  |  | static const yytype_int16 yytable[] = | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | { | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |       82,    70,   104,    37,   159,    68,    57,   131,    79,    49, | 
					
						
							|  |  |  |  |      162,     4,   100,    84,    50,    88,   101,    92,    10,    93, | 
					
						
							|  |  |  |  |       52,    51,   102,    63,    71,    97,    56,   103,    20,   104, | 
					
						
							|  |  |  |  |       85,   104,    73,   175,    53,    91,    81,    29,   125,   120, | 
					
						
							|  |  |  |  |       53,    33,   -93,   132,    58,    70,   147,   101,    95,    61, | 
					
						
							|  |  |  |  |      163,   137,   150,   102,    63,    80,   149,    63,   -93,    62, | 
					
						
							|  |  |  |  |       63,   166,    96,    59,   133,   138,   135,   104,    47,    48, | 
					
						
							|  |  |  |  |       60,    61,    80,    53,   132,   167,   150,   150,   101,   147, | 
					
						
							|  |  |  |  |      125,    62,    63,   163,   102,    63,   164,   165,    70,   149, | 
					
						
							|  |  |  |  |       63,    98,    99,    83,    89,    90,   111,   125,    74,   122, | 
					
						
							|  |  |  |  |      103,   117,     7,     8,     9,    10,    11,    12,    13,   125, | 
					
						
							|  |  |  |  |       15,    16,    17,    18,    19,    20,    21,    22,    23,    24, | 
					
						
							|  |  |  |  |      118,    26,    27,    28,    29,    30,   119,   134,    33,   139, | 
					
						
							|  |  |  |  |      140,    98,    92,   142,   -22,   141,   154,   146,    34,   161, | 
					
						
							|  |  |  |  |      143,   -22,  -107,   153,   -22,   -22,   112,   155,   156,   -22, | 
					
						
							|  |  |  |  |        7,     8,     9,    10,    11,    12,    13,   157,    15,    16, | 
					
						
							|  |  |  |  |       17,    18,    19,    20,    21,    22,    23,    24,   170,    26, | 
					
						
							|  |  |  |  |       27,    28,    29,    30,   171,   172,    33,   173,   176,   177, | 
					
						
							|  |  |  |  |        5,   121,   -22,   113,   169,   160,    34,   136,     0,   -22, | 
					
						
							|  |  |  |  |     -108,     0,   -22,   -22,   124,   130,     0,   -22,     7,     8, | 
					
						
							|  |  |  |  |        9,    10,    11,    12,    13,     0,    15,    16,    17,    18, | 
					
						
							|  |  |  |  |       19,    20,    21,    22,    23,    24,     0,    26,    27,    28, | 
					
						
							|  |  |  |  |       29,    30,     0,     0,    33,     0,     0,     0,     0,   -86, | 
					
						
							|  |  |  |  |        0,   158,     0,     0,    34,     7,     8,     9,    10,    11, | 
					
						
							|  |  |  |  |       12,    13,   -86,    15,    16,    17,    18,    19,    20,    21, | 
					
						
							|  |  |  |  |       22,    23,    24,     0,    26,    27,    28,    29,    30,     0, | 
					
						
							|  |  |  |  |        0,    33,     0,     0,     0,     0,   -86,     0,   174,     0, | 
					
						
							|  |  |  |  |        0,    34,     7,     8,     9,    10,    11,    12,    13,   -86, | 
					
						
							|  |  |  |  |       15,    16,    17,    18,    19,    20,    21,    22,    23,    24, | 
					
						
							|  |  |  |  |        0,    26,    27,    28,    29,    30,     0,     0,    33,     0, | 
					
						
							|  |  |  |  |        0,     0,     0,   -86,     0,     0,     0,     0,    34,     0, | 
					
						
							|  |  |  |  |        0,     0,     0,     6,     0,     0,   -86,     7,     8,     9, | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |       10,    11,    12,    13,    14,    15,    16,    17,    18,    19, | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |       20,    21,    22,    23,    24,    25,    26,    27,    28,    29, | 
					
						
							|  |  |  |  |       30,    31,    32,    33,     0,     0,     0,     0,     0,   -22, | 
					
						
							|  |  |  |  |        0,     0,     0,    34,     0,     0,   -22,     0,     0,   -22, | 
					
						
							|  |  |  |  |      -22,     7,     8,     9,    10,    11,    12,    13,     0,    15, | 
					
						
							|  |  |  |  |       16,    17,    18,    19,    20,    21,    22,    23,    24,     0, | 
					
						
							|  |  |  |  |       26,    27,    28,    29,    30,     0,     0,    33,     0,     0, | 
					
						
							|  |  |  |  |        0,     0,     0,     0,     0,     0,     0,    34,     0,     0, | 
					
						
							|  |  |  |  |        0,     0,     0,     0,   115,   116,     7,     8,     9,    10, | 
					
						
							|  |  |  |  |       11,    12,    13,     0,    15,    16,    17,    18,    19,    20, | 
					
						
							|  |  |  |  |       21,    22,    23,    24,     0,    26,    27,    28,    29,    30, | 
					
						
							|  |  |  |  |        0,     0,    33,     0,     0,     0,     0,     0,   147,     0, | 
					
						
							|  |  |  |  |        0,     0,   148,     0,     0,     0,     0,     0,   149,    63, | 
					
						
							|  |  |  |  |        7,     8,     9,    10,    11,    12,    13,     0,    15,    16, | 
					
						
							|  |  |  |  |       17,    18,    19,    20,    21,    22,    23,    24,     0,    26, | 
					
						
							|  |  |  |  |       27,    28,    29,    30,     0,     0,    33,     0,     0,     0, | 
					
						
							|  |  |  |  |        0,   168,     0,     0,     0,     0,    34,     7,     8,     9, | 
					
						
							|  |  |  |  |       10,    11,    12,    13,     0,    15,    16,    17,    18,    19, | 
					
						
							|  |  |  |  |       20,    21,    22,    23,    24,     0,    26,    27,    28,    29, | 
					
						
							|  |  |  |  |       30,     0,     0,    33,     0,     0,     0,     0,     0,     0, | 
					
						
							|  |  |  |  |        0,     0,     0,    34 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | }; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | static const yytype_int16 yycheck[] = | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | { | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |       58,    38,    75,     3,   138,    37,    26,     1,    55,    32, | 
					
						
							|  |  |  |  |        1,     0,    37,     1,    37,    63,    41,    30,     8,    32, | 
					
						
							|  |  |  |  |       37,    23,    47,    48,    32,    72,    37,    52,    18,   102, | 
					
						
							|  |  |  |  |       62,   104,    52,   167,    51,    67,    56,    27,    96,    87, | 
					
						
							|  |  |  |  |       51,    31,    33,    37,    47,    82,    37,    41,    33,    37, | 
					
						
							|  |  |  |  |       41,    33,   125,    47,    48,    55,    47,    48,    49,    47, | 
					
						
							|  |  |  |  |       48,    33,    47,    47,   102,    47,   104,   140,    44,    45, | 
					
						
							|  |  |  |  |       44,    37,    72,    51,    37,    47,   149,   150,    41,    37, | 
					
						
							|  |  |  |  |      138,    47,    48,    41,    47,    48,   149,   150,   125,    47, | 
					
						
							|  |  |  |  |       48,    44,    45,    37,    44,    46,    45,   155,     1,    31, | 
					
						
							|  |  |  |  |       52,    49,     5,     6,     7,     8,     9,    10,    11,   167, | 
					
						
							|  |  |  |  |       13,    14,    15,    16,    17,    18,    19,    20,    21,    22, | 
					
						
							|  |  |  |  |       49,    24,    25,    26,    27,    28,    49,    34,    31,    44, | 
					
						
							|  |  |  |  |       46,    44,    30,    44,    37,    49,    36,    49,    41,    34, | 
					
						
							|  |  |  |  |       50,    44,    45,    49,    47,    48,     1,    46,    49,    52, | 
					
						
							|  |  |  |  |        5,     6,     7,     8,     9,    10,    11,    49,    13,    14, | 
					
						
							|  |  |  |  |       15,    16,    17,    18,    19,    20,    21,    22,    49,    24, | 
					
						
							|  |  |  |  |       25,    26,    27,    28,    49,    49,    31,    49,    49,    49, | 
					
						
							|  |  |  |  |        1,    90,    37,    77,   155,   140,    41,   105,    -1,    44, | 
					
						
							|  |  |  |  |       45,    -1,    47,    48,     1,   100,    -1,    52,     5,     6, | 
					
						
							|  |  |  |  |        7,     8,     9,    10,    11,    -1,    13,    14,    15,    16, | 
					
						
							|  |  |  |  |       17,    18,    19,    20,    21,    22,    -1,    24,    25,    26, | 
					
						
							|  |  |  |  |       27,    28,    -1,    -1,    31,    -1,    -1,    -1,    -1,    36, | 
					
						
							|  |  |  |  |       -1,     1,    -1,    -1,    41,     5,     6,     7,     8,     9, | 
					
						
							|  |  |  |  |       10,    11,    49,    13,    14,    15,    16,    17,    18,    19, | 
					
						
							|  |  |  |  |       20,    21,    22,    -1,    24,    25,    26,    27,    28,    -1, | 
					
						
							|  |  |  |  |       -1,    31,    -1,    -1,    -1,    -1,    36,    -1,     1,    -1, | 
					
						
							|  |  |  |  |       -1,    41,     5,     6,     7,     8,     9,    10,    11,    49, | 
					
						
							|  |  |  |  |       13,    14,    15,    16,    17,    18,    19,    20,    21,    22, | 
					
						
							|  |  |  |  |       -1,    24,    25,    26,    27,    28,    -1,    -1,    31,    -1, | 
					
						
							|  |  |  |  |       -1,    -1,    -1,    36,    -1,    -1,    -1,    -1,    41,    -1, | 
					
						
							|  |  |  |  |       -1,    -1,    -1,     1,    -1,    -1,    49,     5,     6,     7, | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |        8,     9,    10,    11,    12,    13,    14,    15,    16,    17, | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |       18,    19,    20,    21,    22,    23,    24,    25,    26,    27, | 
					
						
							|  |  |  |  |       28,    29,    30,    31,    -1,    -1,    -1,    -1,    -1,    37, | 
					
						
							|  |  |  |  |       -1,    -1,    -1,    41,    -1,    -1,    44,    -1,    -1,    47, | 
					
						
							|  |  |  |  |       48,     5,     6,     7,     8,     9,    10,    11,    -1,    13, | 
					
						
							|  |  |  |  |       14,    15,    16,    17,    18,    19,    20,    21,    22,    -1, | 
					
						
							|  |  |  |  |       24,    25,    26,    27,    28,    -1,    -1,    31,    -1,    -1, | 
					
						
							|  |  |  |  |       -1,    -1,    -1,    -1,    -1,    -1,    -1,    41,    -1,    -1, | 
					
						
							|  |  |  |  |       -1,    -1,    -1,    -1,    48,    49,     5,     6,     7,     8, | 
					
						
							|  |  |  |  |        9,    10,    11,    -1,    13,    14,    15,    16,    17,    18, | 
					
						
							|  |  |  |  |       19,    20,    21,    22,    -1,    24,    25,    26,    27,    28, | 
					
						
							|  |  |  |  |       -1,    -1,    31,    -1,    -1,    -1,    -1,    -1,    37,    -1, | 
					
						
							|  |  |  |  |       -1,    -1,    41,    -1,    -1,    -1,    -1,    -1,    47,    48, | 
					
						
							|  |  |  |  |        5,     6,     7,     8,     9,    10,    11,    -1,    13,    14, | 
					
						
							|  |  |  |  |       15,    16,    17,    18,    19,    20,    21,    22,    -1,    24, | 
					
						
							|  |  |  |  |       25,    26,    27,    28,    -1,    -1,    31,    -1,    -1,    -1, | 
					
						
							|  |  |  |  |       -1,    36,    -1,    -1,    -1,    -1,    41,     5,     6,     7, | 
					
						
							|  |  |  |  |        8,     9,    10,    11,    -1,    13,    14,    15,    16,    17, | 
					
						
							|  |  |  |  |       18,    19,    20,    21,    22,    -1,    24,    25,    26,    27, | 
					
						
							|  |  |  |  |       28,    -1,    -1,    31,    -1,    -1,    -1,    -1,    -1,    -1, | 
					
						
							|  |  |  |  |       -1,    -1,    -1,    41 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | }; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | /* YYSTOS[STATE-NUM] -- The (internal number of the) accessing | 
					
						
							|  |  |  |  |    symbol of state STATE-NUM.  */ | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | static const yytype_uint8 yystos[] = | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | { | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |        0,    54,    55,    56,     0,    55,     1,     5,     6,     7, | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |        8,     9,    10,    11,    12,    13,    14,    15,    16,    17, | 
					
						
							|  |  |  |  |       18,    19,    20,    21,    22,    23,    24,    25,    26,    27, | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |       28,    29,    30,    31,    41,    57,    60,    64,    65,    66, | 
					
						
							|  |  |  |  |       67,    68,    69,    73,    84,    96,    98,    44,    45,    32, | 
					
						
							|  |  |  |  |       37,    23,    37,    51,    87,    59,    37,    87,    47,    47, | 
					
						
							|  |  |  |  |       44,    37,    47,    48,    61,    62,    63,    70,    74,    75, | 
					
						
							|  |  |  |  |       66,    32,    58,    87,     1,    64,    88,    89,    90,    60, | 
					
						
							|  |  |  |  |       64,    87,    65,    37,     1,    74,    71,    72,    73,    44, | 
					
						
							|  |  |  |  |       46,    74,    30,    32,    97,    33,    47,    60,    44,    45, | 
					
						
							|  |  |  |  |       37,    41,    47,    52,    70,    76,    77,    91,    92,    93, | 
					
						
							|  |  |  |  |       94,    45,     1,    90,    74,    48,    49,    49,    49,    49, | 
					
						
							|  |  |  |  |       73,    63,    31,    95,     1,    65,    78,    79,    80,    81, | 
					
						
							|  |  |  |  |       94,     1,    37,    76,    34,    76,    95,    33,    47,    44, | 
					
						
							|  |  |  |  |       46,    49,    44,    50,    85,    86,    49,    37,    41,    47, | 
					
						
							|  |  |  |  |       70,    82,    83,    49,    36,    46,    49,    49,     1,    78, | 
					
						
							|  |  |  |  |       93,    34,     1,    41,    82,    82,    33,    47,    36,    81, | 
					
						
							|  |  |  |  |       49,    49,    49,    49,     1,    78,    49,    49 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | }; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | #define yyerrok		(yyerrstatus = 0) | 
					
						
							|  |  |  |  | #define yyclearin	(yychar = YYEMPTY) | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | #define YYEMPTY		(-2) | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | #define YYEOF		0 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | #define YYACCEPT	goto yyacceptlab | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | #define YYABORT		goto yyabortlab | 
					
						
							|  |  |  |  | #define YYERROR		goto yyerrorlab | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | /* Like YYERROR except do call yyerror.  This remains here temporarily | 
					
						
							|  |  |  |  |    to ease the transition to the new meaning of YYERROR, for GCC. | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  |    Once GCC version 2 has supplanted version 1, this can go.  */ | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | #define YYFAIL		goto yyerrlab | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | #define YYRECOVERING()  (!!yyerrstatus) | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | #define YYBACKUP(Token, Value)					\ | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | do								\ | 
					
						
							|  |  |  |  |   if (yychar == YYEMPTY && yylen == 1)				\ | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     {								\ | 
					
						
							|  |  |  |  |       yychar = (Token);						\ | 
					
						
							|  |  |  |  |       yylval = (Value);						\ | 
					
						
							|  |  |  |  |       yytoken = YYTRANSLATE (yychar);				\ | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |       YYPOPSTACK (1);						\ | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  |       goto yybackup;						\ | 
					
						
							|  |  |  |  |     }								\ | 
					
						
							|  |  |  |  |   else								\ | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |     {								\ | 
					
						
							|  |  |  |  |       yyerror (YY_("syntax error: cannot back up")); \ | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |       YYERROR;							\ | 
					
						
							|  |  |  |  |     }								\ | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | while (YYID (0)) | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | #define YYTERROR	1 | 
					
						
							|  |  |  |  | #define YYERRCODE	256 | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N]. | 
					
						
							|  |  |  |  |    If N is 0, then set CURRENT to the empty location which ends | 
					
						
							|  |  |  |  |    the previous symbol: RHS[0] (always defined).  */ | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | #define YYRHSLOC(Rhs, K) ((Rhs)[K]) | 
					
						
							|  |  |  |  | #ifndef YYLLOC_DEFAULT | 
					
						
							|  |  |  |  | # define YYLLOC_DEFAULT(Current, Rhs, N)				\ | 
					
						
							|  |  |  |  |     do									\ | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |       if (YYID (N))                                                    \ | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 	{								\ | 
					
						
							|  |  |  |  | 	  (Current).first_line   = YYRHSLOC (Rhs, 1).first_line;	\ | 
					
						
							|  |  |  |  | 	  (Current).first_column = YYRHSLOC (Rhs, 1).first_column;	\ | 
					
						
							|  |  |  |  | 	  (Current).last_line    = YYRHSLOC (Rhs, N).last_line;		\ | 
					
						
							|  |  |  |  | 	  (Current).last_column  = YYRHSLOC (Rhs, N).last_column;	\ | 
					
						
							|  |  |  |  | 	}								\ | 
					
						
							|  |  |  |  |       else								\ | 
					
						
							|  |  |  |  | 	{								\ | 
					
						
							|  |  |  |  | 	  (Current).first_line   = (Current).last_line   =		\ | 
					
						
							|  |  |  |  | 	    YYRHSLOC (Rhs, 0).last_line;				\ | 
					
						
							|  |  |  |  | 	  (Current).first_column = (Current).last_column =		\ | 
					
						
							|  |  |  |  | 	    YYRHSLOC (Rhs, 0).last_column;				\ | 
					
						
							|  |  |  |  | 	}								\ | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |     while (YYID (0)) | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | #endif | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | /* YY_LOCATION_PRINT -- Print the location on the stream. | 
					
						
							|  |  |  |  |    This macro was not mandated originally: define only if we know | 
					
						
							|  |  |  |  |    we won't break user code: when these are the locations we know.  */ | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | #ifndef YY_LOCATION_PRINT | 
					
						
							|  |  |  |  | # if YYLTYPE_IS_TRIVIAL | 
					
						
							|  |  |  |  | #  define YY_LOCATION_PRINT(File, Loc)			\ | 
					
						
							|  |  |  |  |      fprintf (File, "%d.%d-%d.%d",			\ | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | 	      (Loc).first_line, (Loc).first_column,	\ | 
					
						
							|  |  |  |  | 	      (Loc).last_line,  (Loc).last_column) | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | # else | 
					
						
							|  |  |  |  | #  define YY_LOCATION_PRINT(File, Loc) ((void) 0) | 
					
						
							|  |  |  |  | # endif | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | #endif | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | /* YYLEX -- calling `yylex' with the right arguments.  */ | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | #ifdef YYLEX_PARAM | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | # define YYLEX yylex (YYLEX_PARAM) | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | #else | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | # define YYLEX yylex () | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | #endif | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | /* Enable debugging if requested.  */ | 
					
						
							|  |  |  |  | #if YYDEBUG | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | # ifndef YYFPRINTF | 
					
						
							|  |  |  |  | #  include <stdio.h> /* INFRINGES ON USER NAME SPACE */ | 
					
						
							|  |  |  |  | #  define YYFPRINTF fprintf | 
					
						
							|  |  |  |  | # endif | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | # define YYDPRINTF(Args)			\ | 
					
						
							|  |  |  |  | do {						\ | 
					
						
							|  |  |  |  |   if (yydebug)					\ | 
					
						
							|  |  |  |  |     YYFPRINTF Args;				\ | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | } while (YYID (0)) | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | # define YY_SYMBOL_PRINT(Title, Type, Value, Location)			  \ | 
					
						
							|  |  |  |  | do {									  \ | 
					
						
							|  |  |  |  |   if (yydebug)								  \ | 
					
						
							|  |  |  |  |     {									  \ | 
					
						
							|  |  |  |  |       YYFPRINTF (stderr, "%s ", Title);					  \ | 
					
						
							|  |  |  |  |       yy_symbol_print (stderr,						  \ | 
					
						
							|  |  |  |  | 		  Type, Value); \ | 
					
						
							|  |  |  |  |       YYFPRINTF (stderr, "\n");						  \ | 
					
						
							|  |  |  |  |     }									  \ | 
					
						
							|  |  |  |  | } while (YYID (0)) | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | /*--------------------------------. | 
					
						
							|  |  |  |  | | Print this symbol on YYOUTPUT.  | | 
					
						
							|  |  |  |  | `--------------------------------*/ | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | /*ARGSUSED*/ | 
					
						
							|  |  |  |  | #if (defined __STDC__ || defined __C99__FUNC__ \ | 
					
						
							|  |  |  |  |      || defined __cplusplus || defined _MSC_VER) | 
					
						
							|  |  |  |  | static void | 
					
						
							|  |  |  |  | yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) | 
					
						
							|  |  |  |  | #else | 
					
						
							|  |  |  |  | static void | 
					
						
							|  |  |  |  | yy_symbol_value_print (yyoutput, yytype, yyvaluep) | 
					
						
							|  |  |  |  |     FILE *yyoutput; | 
					
						
							|  |  |  |  |     int yytype; | 
					
						
							|  |  |  |  |     YYSTYPE const * const yyvaluep; | 
					
						
							|  |  |  |  | #endif | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  |   if (!yyvaluep) | 
					
						
							|  |  |  |  |     return; | 
					
						
							|  |  |  |  | # ifdef YYPRINT | 
					
						
							|  |  |  |  |   if (yytype < YYNTOKENS) | 
					
						
							|  |  |  |  |     YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); | 
					
						
							|  |  |  |  | # else | 
					
						
							|  |  |  |  |   YYUSE (yyoutput); | 
					
						
							|  |  |  |  | # endif | 
					
						
							|  |  |  |  |   switch (yytype) | 
					
						
							|  |  |  |  |     { | 
					
						
							|  |  |  |  |       default: | 
					
						
							|  |  |  |  | 	break; | 
					
						
							|  |  |  |  |     } | 
					
						
							|  |  |  |  | } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | /*--------------------------------. | 
					
						
							|  |  |  |  | | Print this symbol on YYOUTPUT.  | | 
					
						
							|  |  |  |  | `--------------------------------*/ | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | #if (defined __STDC__ || defined __C99__FUNC__ \ | 
					
						
							|  |  |  |  |      || defined __cplusplus || defined _MSC_VER) | 
					
						
							|  |  |  |  | static void | 
					
						
							|  |  |  |  | yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) | 
					
						
							|  |  |  |  | #else | 
					
						
							|  |  |  |  | static void | 
					
						
							|  |  |  |  | yy_symbol_print (yyoutput, yytype, yyvaluep) | 
					
						
							|  |  |  |  |     FILE *yyoutput; | 
					
						
							|  |  |  |  |     int yytype; | 
					
						
							|  |  |  |  |     YYSTYPE const * const yyvaluep; | 
					
						
							|  |  |  |  | #endif | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  |   if (yytype < YYNTOKENS) | 
					
						
							|  |  |  |  |     YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); | 
					
						
							|  |  |  |  |   else | 
					
						
							|  |  |  |  |     YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   yy_symbol_value_print (yyoutput, yytype, yyvaluep); | 
					
						
							|  |  |  |  |   YYFPRINTF (yyoutput, ")"); | 
					
						
							|  |  |  |  | } | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | /*------------------------------------------------------------------. | 
					
						
							|  |  |  |  | | yy_stack_print -- Print the state stack from its BOTTOM up to its | | 
					
						
							|  |  |  |  | | TOP (included).                                                   | | 
					
						
							|  |  |  |  | `------------------------------------------------------------------*/ | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #if (defined __STDC__ || defined __C99__FUNC__ \ | 
					
						
							|  |  |  |  |      || defined __cplusplus || defined _MSC_VER) | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | static void | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | yy_stack_print (yytype_int16 *bottom, yytype_int16 *top) | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | #else | 
					
						
							|  |  |  |  | static void | 
					
						
							|  |  |  |  | yy_stack_print (bottom, top) | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |     yytype_int16 *bottom; | 
					
						
							|  |  |  |  |     yytype_int16 *top; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | #endif | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | { | 
					
						
							|  |  |  |  |   YYFPRINTF (stderr, "Stack now"); | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   for (; bottom <= top; ++bottom) | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     YYFPRINTF (stderr, " %d", *bottom); | 
					
						
							|  |  |  |  |   YYFPRINTF (stderr, "\n"); | 
					
						
							|  |  |  |  | } | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | # define YY_STACK_PRINT(Bottom, Top)				\ | 
					
						
							|  |  |  |  | do {								\ | 
					
						
							|  |  |  |  |   if (yydebug)							\ | 
					
						
							|  |  |  |  |     yy_stack_print ((Bottom), (Top));				\ | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | } while (YYID (0)) | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | /*------------------------------------------------. | 
					
						
							|  |  |  |  | | Report that the YYRULE is going to be reduced.  | | 
					
						
							|  |  |  |  | `------------------------------------------------*/ | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #if (defined __STDC__ || defined __C99__FUNC__ \ | 
					
						
							|  |  |  |  |      || defined __cplusplus || defined _MSC_VER) | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | static void | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | yy_reduce_print (YYSTYPE *yyvsp, int yyrule) | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | #else | 
					
						
							|  |  |  |  | static void | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | yy_reduce_print (yyvsp, yyrule) | 
					
						
							|  |  |  |  |     YYSTYPE *yyvsp; | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     int yyrule; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | #endif | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | { | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   int yynrhs = yyr2[yyrule]; | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |   int yyi; | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   unsigned long int yylno = yyrline[yyrule]; | 
					
						
							|  |  |  |  |   YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n", | 
					
						
							|  |  |  |  | 	     yyrule - 1, yylno); | 
					
						
							|  |  |  |  |   /* The symbols being reduced.  */ | 
					
						
							|  |  |  |  |   for (yyi = 0; yyi < yynrhs; yyi++) | 
					
						
							|  |  |  |  |     { | 
					
						
							|  |  |  |  |       fprintf (stderr, "   $%d = ", yyi + 1); | 
					
						
							|  |  |  |  |       yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi], | 
					
						
							|  |  |  |  | 		       &(yyvsp[(yyi + 1) - (yynrhs)]) | 
					
						
							|  |  |  |  | 		       		       ); | 
					
						
							|  |  |  |  |       fprintf (stderr, "\n"); | 
					
						
							|  |  |  |  |     } | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | } | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | # define YY_REDUCE_PRINT(Rule)		\ | 
					
						
							|  |  |  |  | do {					\ | 
					
						
							|  |  |  |  |   if (yydebug)				\ | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |     yy_reduce_print (yyvsp, Rule); \ | 
					
						
							|  |  |  |  | } while (YYID (0)) | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | /* Nonzero means print parse trace.  It is left uninitialized so that | 
					
						
							|  |  |  |  |    multiple parsers can coexist.  */ | 
					
						
							|  |  |  |  | int yydebug; | 
					
						
							|  |  |  |  | #else /* !YYDEBUG */ | 
					
						
							|  |  |  |  | # define YYDPRINTF(Args) | 
					
						
							|  |  |  |  | # define YY_SYMBOL_PRINT(Title, Type, Value, Location) | 
					
						
							|  |  |  |  | # define YY_STACK_PRINT(Bottom, Top) | 
					
						
							|  |  |  |  | # define YY_REDUCE_PRINT(Rule) | 
					
						
							|  |  |  |  | #endif /* !YYDEBUG */ | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | /* YYINITDEPTH -- initial size of the parser's stacks.  */ | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | #ifndef	YYINITDEPTH | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | # define YYINITDEPTH 200 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | #endif | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only | 
					
						
							|  |  |  |  |    if the built-in stack extension method is used). | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |    Do not make this value too large; the results are undefined if | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |    YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH) | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |    evaluated with infinite-precision integer arithmetic.  */ | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | #ifndef YYMAXDEPTH | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | # define YYMAXDEPTH 10000 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | #endif | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  |  | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | #if YYERROR_VERBOSE | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | # ifndef yystrlen | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #  if defined __GLIBC__ && defined _STRING_H | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | #   define yystrlen strlen | 
					
						
							|  |  |  |  | #  else | 
					
						
							|  |  |  |  | /* Return the length of YYSTR.  */ | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #if (defined __STDC__ || defined __C99__FUNC__ \ | 
					
						
							|  |  |  |  |      || defined __cplusplus || defined _MSC_VER) | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | static YYSIZE_T | 
					
						
							|  |  |  |  | yystrlen (const char *yystr) | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #else | 
					
						
							|  |  |  |  | static YYSIZE_T | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | yystrlen (yystr) | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |     const char *yystr; | 
					
						
							|  |  |  |  | #endif | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | { | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   YYSIZE_T yylen; | 
					
						
							|  |  |  |  |   for (yylen = 0; yystr[yylen]; yylen++) | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     continue; | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   return yylen; | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | } | 
					
						
							|  |  |  |  | #  endif | 
					
						
							|  |  |  |  | # endif | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | # ifndef yystpcpy | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #  if defined __GLIBC__ && defined _STRING_H && defined _GNU_SOURCE | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | #   define yystpcpy stpcpy | 
					
						
							|  |  |  |  | #  else | 
					
						
							|  |  |  |  | /* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in | 
					
						
							|  |  |  |  |    YYDEST.  */ | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #if (defined __STDC__ || defined __C99__FUNC__ \ | 
					
						
							|  |  |  |  |      || defined __cplusplus || defined _MSC_VER) | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | static char * | 
					
						
							|  |  |  |  | yystpcpy (char *yydest, const char *yysrc) | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #else | 
					
						
							|  |  |  |  | static char * | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | yystpcpy (yydest, yysrc) | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |     char *yydest; | 
					
						
							|  |  |  |  |     const char *yysrc; | 
					
						
							|  |  |  |  | #endif | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | { | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   char *yyd = yydest; | 
					
						
							|  |  |  |  |   const char *yys = yysrc; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |   while ((*yyd++ = *yys++) != '\0') | 
					
						
							|  |  |  |  |     continue; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   return yyd - 1; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | } | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | #  endif | 
					
						
							|  |  |  |  | # endif | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | # ifndef yytnamerr | 
					
						
							|  |  |  |  | /* Copy to YYRES the contents of YYSTR after stripping away unnecessary | 
					
						
							|  |  |  |  |    quotes and backslashes, so that it's suitable for yyerror.  The | 
					
						
							|  |  |  |  |    heuristic is that double-quoting is unnecessary unless the string | 
					
						
							|  |  |  |  |    contains an apostrophe, a comma, or backslash (other than | 
					
						
							|  |  |  |  |    backslash-backslash).  YYSTR is taken from yytname.  If YYRES is | 
					
						
							|  |  |  |  |    null, do not copy; instead, return the length of what the result | 
					
						
							|  |  |  |  |    would have been.  */ | 
					
						
							|  |  |  |  | static YYSIZE_T | 
					
						
							|  |  |  |  | yytnamerr (char *yyres, const char *yystr) | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  |   if (*yystr == '"') | 
					
						
							|  |  |  |  |     { | 
					
						
							|  |  |  |  |       YYSIZE_T yyn = 0; | 
					
						
							|  |  |  |  |       char const *yyp = yystr; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |       for (;;) | 
					
						
							|  |  |  |  | 	switch (*++yyp) | 
					
						
							|  |  |  |  | 	  { | 
					
						
							|  |  |  |  | 	  case '\'': | 
					
						
							|  |  |  |  | 	  case ',': | 
					
						
							|  |  |  |  | 	    goto do_not_strip_quotes; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 	  case '\\': | 
					
						
							|  |  |  |  | 	    if (*++yyp != '\\') | 
					
						
							|  |  |  |  | 	      goto do_not_strip_quotes; | 
					
						
							|  |  |  |  | 	    /* Fall through.  */ | 
					
						
							|  |  |  |  | 	  default: | 
					
						
							|  |  |  |  | 	    if (yyres) | 
					
						
							|  |  |  |  | 	      yyres[yyn] = *yyp; | 
					
						
							|  |  |  |  | 	    yyn++; | 
					
						
							|  |  |  |  | 	    break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 	  case '"': | 
					
						
							|  |  |  |  | 	    if (yyres) | 
					
						
							|  |  |  |  | 	      yyres[yyn] = '\0'; | 
					
						
							|  |  |  |  | 	    return yyn; | 
					
						
							|  |  |  |  | 	  } | 
					
						
							|  |  |  |  |     do_not_strip_quotes: ; | 
					
						
							|  |  |  |  |     } | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   if (! yyres) | 
					
						
							|  |  |  |  |     return yystrlen (yystr); | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   return yystpcpy (yyres, yystr) - yyres; | 
					
						
							|  |  |  |  | } | 
					
						
							|  |  |  |  | # endif | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | /* Copy into YYRESULT an error message about the unexpected token | 
					
						
							|  |  |  |  |    YYCHAR while in state YYSTATE.  Return the number of bytes copied, | 
					
						
							|  |  |  |  |    including the terminating null byte.  If YYRESULT is null, do not | 
					
						
							|  |  |  |  |    copy anything; just return the number of bytes that would be | 
					
						
							|  |  |  |  |    copied.  As a special case, return 0 if an ordinary "syntax error" | 
					
						
							|  |  |  |  |    message will do.  Return YYSIZE_MAXIMUM if overflow occurs during | 
					
						
							|  |  |  |  |    size calculation.  */ | 
					
						
							|  |  |  |  | static YYSIZE_T | 
					
						
							|  |  |  |  | yysyntax_error (char *yyresult, int yystate, int yychar) | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | { | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   int yyn = yypact[yystate]; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   if (! (YYPACT_NINF < yyn && yyn <= YYLAST)) | 
					
						
							|  |  |  |  |     return 0; | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |   else | 
					
						
							|  |  |  |  |     { | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |       int yytype = YYTRANSLATE (yychar); | 
					
						
							|  |  |  |  |       YYSIZE_T yysize0 = yytnamerr (0, yytname[yytype]); | 
					
						
							|  |  |  |  |       YYSIZE_T yysize = yysize0; | 
					
						
							|  |  |  |  |       YYSIZE_T yysize1; | 
					
						
							|  |  |  |  |       int yysize_overflow = 0; | 
					
						
							|  |  |  |  |       enum { YYERROR_VERBOSE_ARGS_MAXIMUM = 5 }; | 
					
						
							|  |  |  |  |       char const *yyarg[YYERROR_VERBOSE_ARGS_MAXIMUM]; | 
					
						
							|  |  |  |  |       int yyx; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | # if 0 | 
					
						
							|  |  |  |  |       /* This is so xgettext sees the translatable formats that are | 
					
						
							|  |  |  |  | 	 constructed on the fly.  */ | 
					
						
							|  |  |  |  |       YY_("syntax error, unexpected %s"); | 
					
						
							|  |  |  |  |       YY_("syntax error, unexpected %s, expecting %s"); | 
					
						
							|  |  |  |  |       YY_("syntax error, unexpected %s, expecting %s or %s"); | 
					
						
							|  |  |  |  |       YY_("syntax error, unexpected %s, expecting %s or %s or %s"); | 
					
						
							|  |  |  |  |       YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"); | 
					
						
							|  |  |  |  | # endif | 
					
						
							|  |  |  |  |       char *yyfmt; | 
					
						
							|  |  |  |  |       char const *yyf; | 
					
						
							|  |  |  |  |       static char const yyunexpected[] = "syntax error, unexpected %s"; | 
					
						
							|  |  |  |  |       static char const yyexpecting[] = ", expecting %s"; | 
					
						
							|  |  |  |  |       static char const yyor[] = " or %s"; | 
					
						
							|  |  |  |  |       char yyformat[sizeof yyunexpected | 
					
						
							|  |  |  |  | 		    + sizeof yyexpecting - 1 | 
					
						
							|  |  |  |  | 		    + ((YYERROR_VERBOSE_ARGS_MAXIMUM - 2) | 
					
						
							|  |  |  |  | 		       * (sizeof yyor - 1))]; | 
					
						
							|  |  |  |  |       char const *yyprefix = yyexpecting; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |       /* Start YYX at -YYN if negative to avoid negative indexes in | 
					
						
							|  |  |  |  | 	 YYCHECK.  */ | 
					
						
							|  |  |  |  |       int yyxbegin = yyn < 0 ? -yyn : 0; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |       /* Stay within bounds of both yycheck and yytname.  */ | 
					
						
							|  |  |  |  |       int yychecklim = YYLAST - yyn + 1; | 
					
						
							|  |  |  |  |       int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS; | 
					
						
							|  |  |  |  |       int yycount = 1; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |       yyarg[0] = yytname[yytype]; | 
					
						
							|  |  |  |  |       yyfmt = yystpcpy (yyformat, yyunexpected); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |       for (yyx = yyxbegin; yyx < yyxend; ++yyx) | 
					
						
							|  |  |  |  | 	if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR) | 
					
						
							|  |  |  |  | 	  { | 
					
						
							|  |  |  |  | 	    if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM) | 
					
						
							|  |  |  |  | 	      { | 
					
						
							|  |  |  |  | 		yycount = 1; | 
					
						
							|  |  |  |  | 		yysize = yysize0; | 
					
						
							|  |  |  |  | 		yyformat[sizeof yyunexpected - 1] = '\0'; | 
					
						
							|  |  |  |  | 		break; | 
					
						
							|  |  |  |  | 	      } | 
					
						
							|  |  |  |  | 	    yyarg[yycount++] = yytname[yyx]; | 
					
						
							|  |  |  |  | 	    yysize1 = yysize + yytnamerr (0, yytname[yyx]); | 
					
						
							|  |  |  |  | 	    yysize_overflow |= (yysize1 < yysize); | 
					
						
							|  |  |  |  | 	    yysize = yysize1; | 
					
						
							|  |  |  |  | 	    yyfmt = yystpcpy (yyfmt, yyprefix); | 
					
						
							|  |  |  |  | 	    yyprefix = yyor; | 
					
						
							|  |  |  |  | 	  } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |       yyf = YY_(yyformat); | 
					
						
							|  |  |  |  |       yysize1 = yysize + yystrlen (yyf); | 
					
						
							|  |  |  |  |       yysize_overflow |= (yysize1 < yysize); | 
					
						
							|  |  |  |  |       yysize = yysize1; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |       if (yysize_overflow) | 
					
						
							|  |  |  |  | 	return YYSIZE_MAXIMUM; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |       if (yyresult) | 
					
						
							|  |  |  |  | 	{ | 
					
						
							|  |  |  |  | 	  /* Avoid sprintf, as that infringes on the user's name space. | 
					
						
							|  |  |  |  | 	     Don't have undefined behavior even if the translation | 
					
						
							|  |  |  |  | 	     produced a string with the wrong number of "%s"s.  */ | 
					
						
							|  |  |  |  | 	  char *yyp = yyresult; | 
					
						
							|  |  |  |  | 	  int yyi = 0; | 
					
						
							|  |  |  |  | 	  while ((*yyp = *yyf) != '\0') | 
					
						
							|  |  |  |  | 	    { | 
					
						
							|  |  |  |  | 	      if (*yyp == '%' && yyf[1] == 's' && yyi < yycount) | 
					
						
							|  |  |  |  | 		{ | 
					
						
							|  |  |  |  | 		  yyp += yytnamerr (yyp, yyarg[yyi++]); | 
					
						
							|  |  |  |  | 		  yyf += 2; | 
					
						
							|  |  |  |  | 		} | 
					
						
							|  |  |  |  | 	      else | 
					
						
							|  |  |  |  | 		{ | 
					
						
							|  |  |  |  | 		  yyp++; | 
					
						
							|  |  |  |  | 		  yyf++; | 
					
						
							|  |  |  |  | 		} | 
					
						
							|  |  |  |  | 	    } | 
					
						
							|  |  |  |  | 	} | 
					
						
							|  |  |  |  |       return yysize; | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     } | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | } | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #endif /* YYERROR_VERBOSE */ | 
					
						
							|  |  |  |  |  | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | /*-----------------------------------------------. | 
					
						
							|  |  |  |  | | Release the memory associated to this symbol.  | | 
					
						
							|  |  |  |  | `-----------------------------------------------*/ | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | /*ARGSUSED*/ | 
					
						
							|  |  |  |  | #if (defined __STDC__ || defined __C99__FUNC__ \ | 
					
						
							|  |  |  |  |      || defined __cplusplus || defined _MSC_VER) | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | static void | 
					
						
							|  |  |  |  | yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep) | 
					
						
							|  |  |  |  | #else | 
					
						
							|  |  |  |  | static void | 
					
						
							|  |  |  |  | yydestruct (yymsg, yytype, yyvaluep) | 
					
						
							|  |  |  |  |     const char *yymsg; | 
					
						
							|  |  |  |  |     int yytype; | 
					
						
							|  |  |  |  |     YYSTYPE *yyvaluep; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | #endif | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | { | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   YYUSE (yyvaluep); | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  |   if (!yymsg) | 
					
						
							|  |  |  |  |     yymsg = "Deleting"; | 
					
						
							|  |  |  |  |   YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   switch (yytype) | 
					
						
							|  |  |  |  |     { | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |       default: | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | 	break; | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     } | 
					
						
							|  |  |  |  | } | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  |  | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | /* Prevent warnings from -Wmissing-prototypes.  */ | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | #ifdef YYPARSE_PARAM | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #if defined __STDC__ || defined __cplusplus | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | int yyparse (void *YYPARSE_PARAM); | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #else | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | int yyparse (); | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #endif | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | #else /* ! YYPARSE_PARAM */ | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #if defined __STDC__ || defined __cplusplus | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | int yyparse (void); | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | #else | 
					
						
							|  |  |  |  | int yyparse (); | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | #endif | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | #endif /* ! YYPARSE_PARAM */ | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | /* The look-ahead symbol.  */ | 
					
						
							|  |  |  |  | int yychar; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | /* The semantic value of the look-ahead symbol.  */ | 
					
						
							|  |  |  |  | YYSTYPE yylval; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | /* Number of syntax errors so far.  */ | 
					
						
							|  |  |  |  | int yynerrs; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | /*----------. | 
					
						
							|  |  |  |  | | yyparse.  | | 
					
						
							|  |  |  |  | `----------*/ | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | #ifdef YYPARSE_PARAM | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #if (defined __STDC__ || defined __C99__FUNC__ \ | 
					
						
							|  |  |  |  |      || defined __cplusplus || defined _MSC_VER) | 
					
						
							|  |  |  |  | int | 
					
						
							|  |  |  |  | yyparse (void *YYPARSE_PARAM) | 
					
						
							|  |  |  |  | #else | 
					
						
							|  |  |  |  | int | 
					
						
							|  |  |  |  | yyparse (YYPARSE_PARAM) | 
					
						
							|  |  |  |  |     void *YYPARSE_PARAM; | 
					
						
							|  |  |  |  | #endif | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | #else /* ! YYPARSE_PARAM */ | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #if (defined __STDC__ || defined __C99__FUNC__ \ | 
					
						
							|  |  |  |  |      || defined __cplusplus || defined _MSC_VER) | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | int | 
					
						
							|  |  |  |  | yyparse (void) | 
					
						
							|  |  |  |  | #else | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | int | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | yyparse () | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | #endif | 
					
						
							|  |  |  |  | #endif | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | { | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |    | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   int yystate; | 
					
						
							|  |  |  |  |   int yyn; | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |   int yyresult; | 
					
						
							|  |  |  |  |   /* Number of tokens to shift before error messages enabled.  */ | 
					
						
							|  |  |  |  |   int yyerrstatus; | 
					
						
							|  |  |  |  |   /* Look-ahead token as an internal (translated) token number.  */ | 
					
						
							|  |  |  |  |   int yytoken = 0; | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #if YYERROR_VERBOSE | 
					
						
							|  |  |  |  |   /* Buffer for error messages, and its allocated size.  */ | 
					
						
							|  |  |  |  |   char yymsgbuf[128]; | 
					
						
							|  |  |  |  |   char *yymsg = yymsgbuf; | 
					
						
							|  |  |  |  |   YYSIZE_T yymsg_alloc = sizeof yymsgbuf; | 
					
						
							|  |  |  |  | #endif | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  |   /* Three stacks and their tools: | 
					
						
							|  |  |  |  |      `yyss': related to states, | 
					
						
							|  |  |  |  |      `yyvs': related to semantic values, | 
					
						
							|  |  |  |  |      `yyls': related to locations. | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |      Refer to the stacks thru separate pointers, to allow yyoverflow | 
					
						
							|  |  |  |  |      to reallocate them elsewhere.  */ | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   /* The state stack.  */ | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   yytype_int16 yyssa[YYINITDEPTH]; | 
					
						
							|  |  |  |  |   yytype_int16 *yyss = yyssa; | 
					
						
							|  |  |  |  |   yytype_int16 *yyssp; | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  |   /* The semantic value stack.  */ | 
					
						
							|  |  |  |  |   YYSTYPE yyvsa[YYINITDEPTH]; | 
					
						
							|  |  |  |  |   YYSTYPE *yyvs = yyvsa; | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   YYSTYPE *yyvsp; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #define YYPOPSTACK(N)   (yyvsp -= (N), yyssp -= (N)) | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |   YYSIZE_T yystacksize = YYINITDEPTH; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |   /* The variables used to return semantic value and location from the | 
					
						
							|  |  |  |  |      action routines.  */ | 
					
						
							|  |  |  |  |   YYSTYPE yyval; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   /* The number of symbols on the RHS of the reduced rule. | 
					
						
							|  |  |  |  |      Keep to zero when no symbol should be popped.  */ | 
					
						
							|  |  |  |  |   int yylen = 0; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |   YYDPRINTF ((stderr, "Starting parse\n")); | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  |   yystate = 0; | 
					
						
							|  |  |  |  |   yyerrstatus = 0; | 
					
						
							|  |  |  |  |   yynerrs = 0; | 
					
						
							|  |  |  |  |   yychar = YYEMPTY;		/* Cause a token to be read.  */ | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   /* Initialize stack pointers. | 
					
						
							|  |  |  |  |      Waste one element of value and location stack | 
					
						
							|  |  |  |  |      so that they stay on the same level as the state stack. | 
					
						
							|  |  |  |  |      The wasted elements are never initialized.  */ | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |   yyssp = yyss; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  |   yyvsp = yyvs; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |   goto yysetstate; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | /*------------------------------------------------------------. | 
					
						
							|  |  |  |  | | yynewstate -- Push a new state, which is found in yystate.  | | 
					
						
							|  |  |  |  | `------------------------------------------------------------*/ | 
					
						
							|  |  |  |  |  yynewstate: | 
					
						
							|  |  |  |  |   /* In all cases, when you get here, the value and location stacks | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |      have just been pushed.  So pushing a state here evens the stacks.  */ | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |   yyssp++; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |  yysetstate: | 
					
						
							|  |  |  |  |   *yyssp = yystate; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   if (yyss + yystacksize - 1 <= yyssp) | 
					
						
							|  |  |  |  |     { | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  |       /* Get the current used size of the three stacks, in elements.  */ | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |       YYSIZE_T yysize = yyssp - yyss + 1; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | #ifdef yyoverflow | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |       { | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | 	/* Give user a chance to reallocate the stack.  Use copies of | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 	   these so that the &'s don't force the real ones into | 
					
						
							|  |  |  |  | 	   memory.  */ | 
					
						
							|  |  |  |  | 	YYSTYPE *yyvs1 = yyvs; | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | 	yytype_int16 *yyss1 = yyss; | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 	/* Each stack pointer address is followed by the size of the | 
					
						
							|  |  |  |  | 	   data in use in that stack, in bytes.  This used to be a | 
					
						
							|  |  |  |  | 	   conditional around just the two extra args, but that might | 
					
						
							|  |  |  |  | 	   be undefined if yyoverflow is a macro.  */ | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | 	yyoverflow (YY_("memory exhausted"), | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 		    &yyss1, yysize * sizeof (*yyssp), | 
					
						
							|  |  |  |  | 		    &yyvs1, yysize * sizeof (*yyvsp), | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 		    &yystacksize); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 	yyss = yyss1; | 
					
						
							|  |  |  |  | 	yyvs = yyvs1; | 
					
						
							|  |  |  |  |       } | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | #else /* no yyoverflow */ | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | # ifndef YYSTACK_RELOCATE | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |       goto yyexhaustedlab; | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | # else | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  |       /* Extend the stack our own way.  */ | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |       if (YYMAXDEPTH <= yystacksize) | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | 	goto yyexhaustedlab; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  |       yystacksize *= 2; | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |       if (YYMAXDEPTH < yystacksize) | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 	yystacksize = YYMAXDEPTH; | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  |       { | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | 	yytype_int16 *yyss1 = yyss; | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 	union yyalloc *yyptr = | 
					
						
							|  |  |  |  | 	  (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); | 
					
						
							|  |  |  |  | 	if (! yyptr) | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | 	  goto yyexhaustedlab; | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 	YYSTACK_RELOCATE (yyss); | 
					
						
							|  |  |  |  | 	YYSTACK_RELOCATE (yyvs); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | #  undef YYSTACK_RELOCATE | 
					
						
							|  |  |  |  | 	if (yyss1 != yyssa) | 
					
						
							|  |  |  |  | 	  YYSTACK_FREE (yyss1); | 
					
						
							|  |  |  |  |       } | 
					
						
							|  |  |  |  | # endif | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | #endif /* no yyoverflow */ | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |       yyssp = yyss + yysize - 1; | 
					
						
							|  |  |  |  |       yyvsp = yyvs + yysize - 1; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |       YYDPRINTF ((stderr, "Stack size increased to %lu\n", | 
					
						
							|  |  |  |  | 		  (unsigned long int) yystacksize)); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |       if (yyss + yystacksize - 1 <= yyssp) | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 	YYABORT; | 
					
						
							|  |  |  |  |     } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |   YYDPRINTF ((stderr, "Entering state %d\n", yystate)); | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  |   goto yybackup; | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | /*-----------. | 
					
						
							|  |  |  |  | | yybackup.  | | 
					
						
							|  |  |  |  | `-----------*/ | 
					
						
							|  |  |  |  | yybackup: | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   /* Do appropriate processing given the current state.  Read a | 
					
						
							|  |  |  |  |      look-ahead token if we need one and don't already have one.  */ | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |   /* First try to decide what to do without reference to look-ahead token.  */ | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  |   yyn = yypact[yystate]; | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |   if (yyn == YYPACT_NINF) | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  |     goto yydefault; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |   /* Not known => get a look-ahead token if don't already have one.  */ | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |   /* YYCHAR is either YYEMPTY or YYEOF or a valid look-ahead symbol.  */ | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  |   if (yychar == YYEMPTY) | 
					
						
							|  |  |  |  |     { | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |       YYDPRINTF ((stderr, "Reading a token: ")); | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  |       yychar = YYLEX; | 
					
						
							|  |  |  |  |     } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |   if (yychar <= YYEOF) | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  |     { | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |       yychar = yytoken = YYEOF; | 
					
						
							|  |  |  |  |       YYDPRINTF ((stderr, "Now at end of input.\n")); | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  |     } | 
					
						
							|  |  |  |  |   else | 
					
						
							|  |  |  |  |     { | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |       yytoken = YYTRANSLATE (yychar); | 
					
						
							|  |  |  |  |       YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc); | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  |     } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |   /* If the proper action on seeing token YYTOKEN is to reduce or to | 
					
						
							|  |  |  |  |      detect an error, take that action.  */ | 
					
						
							|  |  |  |  |   yyn += yytoken; | 
					
						
							|  |  |  |  |   if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken) | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  |     goto yydefault; | 
					
						
							|  |  |  |  |   yyn = yytable[yyn]; | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |   if (yyn <= 0) | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  |     { | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |       if (yyn == 0 || yyn == YYTABLE_NINF) | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 	goto yyerrlab; | 
					
						
							|  |  |  |  |       yyn = -yyn; | 
					
						
							|  |  |  |  |       goto yyreduce; | 
					
						
							|  |  |  |  |     } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   if (yyn == YYFINAL) | 
					
						
							|  |  |  |  |     YYACCEPT; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   /* Count tokens shifted since error; after three, turn off error | 
					
						
							|  |  |  |  |      status.  */ | 
					
						
							|  |  |  |  |   if (yyerrstatus) | 
					
						
							|  |  |  |  |     yyerrstatus--; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |   /* Shift the look-ahead token.  */ | 
					
						
							|  |  |  |  |   YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc); | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   /* Discard the shifted token unless it is eof.  */ | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  |   if (yychar != YYEOF) | 
					
						
							|  |  |  |  |     yychar = YYEMPTY; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   yystate = yyn; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  |   *++yyvsp = yylval; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   goto yynewstate; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | /*-----------------------------------------------------------. | 
					
						
							|  |  |  |  | | yydefault -- do the default action for the current state.  | | 
					
						
							|  |  |  |  | `-----------------------------------------------------------*/ | 
					
						
							|  |  |  |  | yydefault: | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  |   yyn = yydefact[yystate]; | 
					
						
							|  |  |  |  |   if (yyn == 0) | 
					
						
							|  |  |  |  |     goto yyerrlab; | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |   goto yyreduce; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | /*-----------------------------. | 
					
						
							|  |  |  |  | | yyreduce -- Do a reduction.  | | 
					
						
							|  |  |  |  | `-----------------------------*/ | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | yyreduce: | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |   /* yyn is the number of a rule to reduce with.  */ | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  |   yylen = yyr2[yyn]; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |   /* If YYLEN is nonzero, implement the default value of the action: | 
					
						
							|  |  |  |  |      `$$ = $1'. | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |      Otherwise, the following line sets YYVAL to garbage. | 
					
						
							|  |  |  |  |      This behavior is undocumented and Bison | 
					
						
							|  |  |  |  |      users should not rely upon it.  Assigning to YYVAL | 
					
						
							|  |  |  |  |      unconditionally makes the parser a bit smaller, and it avoids a | 
					
						
							|  |  |  |  |      GCC warning that YYVAL may be used uninitialized.  */ | 
					
						
							|  |  |  |  |   yyval = yyvsp[1-yylen]; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |   YY_REDUCE_PRINT (yyn); | 
					
						
							|  |  |  |  |   switch (yyn) | 
					
						
							|  |  |  |  |     { | 
					
						
							|  |  |  |  |         case 4: | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #line 108 "scripts/genksyms/parse.y" | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     { is_typedef = 0; is_extern = 0; current_name = NULL; decl_spec = NULL; ;} | 
					
						
							|  |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   case 5: | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #line 110 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { free_list(*(yyvsp[(2) - (2)]), NULL); *(yyvsp[(2) - (2)]) = NULL; ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   case 6: | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #line 114 "scripts/genksyms/parse.y" | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     { is_typedef = 1; ;} | 
					
						
							|  |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   case 7: | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #line 115 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { (yyval) = (yyvsp[(4) - (4)]); ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   case 8: | 
					
						
							|  |  |  |  | #line 116 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { is_typedef = 1; ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   case 9: | 
					
						
							|  |  |  |  | #line 117 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { (yyval) = (yyvsp[(3) - (3)]); ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   case 14: | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #line 122 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { (yyval) = (yyvsp[(2) - (2)]); ;} | 
					
						
							|  |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   case 15: | 
					
						
							|  |  |  |  | #line 123 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { (yyval) = (yyvsp[(2) - (2)]); ;} | 
					
						
							|  |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   case 16: | 
					
						
							|  |  |  |  | #line 128 "scripts/genksyms/parse.y" | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     { if (current_name) { | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | 		    struct string_list *decl = (*(yyvsp[(3) - (3)]))->next; | 
					
						
							|  |  |  |  | 		    (*(yyvsp[(3) - (3)]))->next = NULL; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 		    add_symbol(current_name, | 
					
						
							|  |  |  |  | 			       is_typedef ? SYM_TYPEDEF : SYM_NORMAL, | 
					
						
							|  |  |  |  | 			       decl, is_extern); | 
					
						
							|  |  |  |  | 		    current_name = NULL; | 
					
						
							|  |  |  |  | 		  } | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | 		  (yyval) = (yyvsp[(3) - (3)]); | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 		;} | 
					
						
							|  |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   case 17: | 
					
						
							|  |  |  |  | #line 141 "scripts/genksyms/parse.y" | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     { (yyval) = NULL; ;} | 
					
						
							|  |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   case 19: | 
					
						
							|  |  |  |  | #line 147 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { struct string_list *decl = *(yyvsp[(1) - (1)]); | 
					
						
							|  |  |  |  | 		  *(yyvsp[(1) - (1)]) = NULL; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 		  add_symbol(current_name, | 
					
						
							|  |  |  |  | 			     is_typedef ? SYM_TYPEDEF : SYM_NORMAL, decl, is_extern); | 
					
						
							|  |  |  |  | 		  current_name = NULL; | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | 		  (yyval) = (yyvsp[(1) - (1)]); | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 		;} | 
					
						
							|  |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   case 20: | 
					
						
							|  |  |  |  | #line 155 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { struct string_list *decl = *(yyvsp[(3) - (3)]); | 
					
						
							|  |  |  |  | 		  *(yyvsp[(3) - (3)]) = NULL; | 
					
						
							|  |  |  |  | 		  free_list(*(yyvsp[(2) - (3)]), NULL); | 
					
						
							|  |  |  |  | 		  *(yyvsp[(2) - (3)]) = decl_spec; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 		  add_symbol(current_name, | 
					
						
							|  |  |  |  | 			     is_typedef ? SYM_TYPEDEF : SYM_NORMAL, decl, is_extern); | 
					
						
							|  |  |  |  | 		  current_name = NULL; | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | 		  (yyval) = (yyvsp[(3) - (3)]); | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 		;} | 
					
						
							|  |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   case 21: | 
					
						
							|  |  |  |  | #line 168 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { (yyval) = (yyvsp[(4) - (4)]) ? (yyvsp[(4) - (4)]) : (yyvsp[(3) - (4)]) ? (yyvsp[(3) - (4)]) : (yyvsp[(2) - (4)]) ? (yyvsp[(2) - (4)]) : (yyvsp[(1) - (4)]); ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   case 22: | 
					
						
							|  |  |  |  | #line 173 "scripts/genksyms/parse.y" | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     { decl_spec = NULL; ;} | 
					
						
							|  |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   case 24: | 
					
						
							|  |  |  |  | #line 178 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { decl_spec = *(yyvsp[(1) - (1)]); ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   case 25: | 
					
						
							|  |  |  |  | #line 179 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { decl_spec = *(yyvsp[(2) - (2)]); ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   case 26: | 
					
						
							|  |  |  |  | #line 184 "scripts/genksyms/parse.y" | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     { /* Version 2 checksumming ignores storage class, as that | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 		     is really irrelevant to the linkage.  */ | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | 		  remove_node((yyvsp[(1) - (1)])); | 
					
						
							|  |  |  |  | 		  (yyval) = (yyvsp[(1) - (1)]); | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 		;} | 
					
						
							|  |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   case 31: | 
					
						
							|  |  |  |  | #line 196 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { is_extern = 1; (yyval) = (yyvsp[(1) - (1)]); ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   case 32: | 
					
						
							|  |  |  |  | #line 197 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { is_extern = 0; (yyval) = (yyvsp[(1) - (1)]); ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   case 37: | 
					
						
							|  |  |  |  | #line 209 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { remove_node((yyvsp[(1) - (2)])); (*(yyvsp[(2) - (2)]))->tag = SYM_STRUCT; (yyval) = (yyvsp[(2) - (2)]); ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   case 38: | 
					
						
							|  |  |  |  | #line 211 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { remove_node((yyvsp[(1) - (2)])); (*(yyvsp[(2) - (2)]))->tag = SYM_UNION; (yyval) = (yyvsp[(2) - (2)]); ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   case 39: | 
					
						
							|  |  |  |  | #line 213 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { remove_node((yyvsp[(1) - (2)])); (*(yyvsp[(2) - (2)]))->tag = SYM_ENUM; (yyval) = (yyvsp[(2) - (2)]); ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   case 40: | 
					
						
							|  |  |  |  | #line 217 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { struct string_list *s = *(yyvsp[(3) - (3)]), *i = *(yyvsp[(2) - (3)]), *r; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 		  r = copy_node(i); r->tag = SYM_STRUCT; | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | 		  r->next = (*(yyvsp[(1) - (3)]))->next; *(yyvsp[(3) - (3)]) = r; (*(yyvsp[(1) - (3)]))->next = NULL; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 		  add_symbol(i->string, SYM_STRUCT, s, is_extern); | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | 		  (yyval) = (yyvsp[(3) - (3)]); | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 		;} | 
					
						
							|  |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   case 41: | 
					
						
							|  |  |  |  | #line 224 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { struct string_list *s = *(yyvsp[(3) - (3)]), *i = *(yyvsp[(2) - (3)]), *r; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 		  r = copy_node(i); r->tag = SYM_UNION; | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | 		  r->next = (*(yyvsp[(1) - (3)]))->next; *(yyvsp[(3) - (3)]) = r; (*(yyvsp[(1) - (3)]))->next = NULL; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 		  add_symbol(i->string, SYM_UNION, s, is_extern); | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | 		  (yyval) = (yyvsp[(3) - (3)]); | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 		;} | 
					
						
							|  |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   case 42: | 
					
						
							|  |  |  |  | #line 231 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { struct string_list *s = *(yyvsp[(3) - (3)]), *i = *(yyvsp[(2) - (3)]), *r; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 		  r = copy_node(i); r->tag = SYM_ENUM; | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | 		  r->next = (*(yyvsp[(1) - (3)]))->next; *(yyvsp[(3) - (3)]) = r; (*(yyvsp[(1) - (3)]))->next = NULL; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 		  add_symbol(i->string, SYM_ENUM, s, is_extern); | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | 		  (yyval) = (yyvsp[(3) - (3)]); | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 		;} | 
					
						
							|  |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   case 43: | 
					
						
							|  |  |  |  | #line 239 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { (yyval) = (yyvsp[(2) - (2)]); ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   case 44: | 
					
						
							|  |  |  |  | #line 240 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { (yyval) = (yyvsp[(2) - (2)]); ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   case 45: | 
					
						
							|  |  |  |  | #line 241 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { (yyval) = (yyvsp[(2) - (2)]); ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   case 56: | 
					
						
							|  |  |  |  | #line 255 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { (*(yyvsp[(1) - (1)]))->tag = SYM_TYPEDEF; (yyval) = (yyvsp[(1) - (1)]); ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   case 57: | 
					
						
							|  |  |  |  | #line 260 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { (yyval) = (yyvsp[(2) - (2)]) ? (yyvsp[(2) - (2)]) : (yyvsp[(1) - (2)]); ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   case 58: | 
					
						
							|  |  |  |  | #line 264 "scripts/genksyms/parse.y" | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     { (yyval) = NULL; ;} | 
					
						
							|  |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   case 61: | 
					
						
							|  |  |  |  | #line 270 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { (yyval) = (yyvsp[(2) - (2)]); ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   case 65: | 
					
						
							|  |  |  |  | #line 276 "scripts/genksyms/parse.y" | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     { /* restrict has no effect in prototypes so ignore it */ | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | 		  remove_node((yyvsp[(1) - (1)])); | 
					
						
							|  |  |  |  | 		  (yyval) = (yyvsp[(1) - (1)]); | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 		;} | 
					
						
							|  |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   case 66: | 
					
						
							|  |  |  |  | #line 283 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { (yyval) = (yyvsp[(2) - (2)]); ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   case 68: | 
					
						
							|  |  |  |  | #line 289 "scripts/genksyms/parse.y" | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     { if (current_name != NULL) { | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 		    error_with_pos("unexpected second declaration name"); | 
					
						
							|  |  |  |  | 		    YYERROR; | 
					
						
							|  |  |  |  | 		  } else { | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | 		    current_name = (*(yyvsp[(1) - (1)]))->string; | 
					
						
							|  |  |  |  | 		    (yyval) = (yyvsp[(1) - (1)]); | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 		  } | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 		;} | 
					
						
							|  |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   case 69: | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #line 298 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { (yyval) = (yyvsp[(4) - (4)]); ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   case 70: | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #line 300 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { (yyval) = (yyvsp[(4) - (4)]); ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   case 71: | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #line 302 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { (yyval) = (yyvsp[(2) - (2)]); ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   case 72: | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #line 304 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { (yyval) = (yyvsp[(3) - (3)]); ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   case 73: | 
					
						
							|  |  |  |  | #line 306 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { (yyval) = (yyvsp[(3) - (3)]); ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   case 74: | 
					
						
							|  |  |  |  | #line 312 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { (yyval) = (yyvsp[(2) - (2)]); ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   case 78: | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #line 320 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { (yyval) = (yyvsp[(4) - (4)]); ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   case 79: | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #line 322 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { (yyval) = (yyvsp[(4) - (4)]); ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   case 80: | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #line 324 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { (yyval) = (yyvsp[(2) - (2)]); ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   case 81: | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #line 326 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { (yyval) = (yyvsp[(3) - (3)]); ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   case 82: | 
					
						
							|  |  |  |  | #line 328 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { (yyval) = (yyvsp[(3) - (3)]); ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   case 83: | 
					
						
							|  |  |  |  | #line 332 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { (yyval) = (yyvsp[(2) - (2)]); ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   case 85: | 
					
						
							|  |  |  |  | #line 334 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { (yyval) = (yyvsp[(3) - (3)]); ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   case 86: | 
					
						
							|  |  |  |  | #line 338 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { (yyval) = NULL; ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   case 89: | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #line 345 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { (yyval) = (yyvsp[(3) - (3)]); ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   case 90: | 
					
						
							|  |  |  |  | #line 350 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { (yyval) = (yyvsp[(2) - (2)]) ? (yyvsp[(2) - (2)]) : (yyvsp[(1) - (2)]); ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   case 91: | 
					
						
							|  |  |  |  | #line 355 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { (yyval) = (yyvsp[(2) - (2)]) ? (yyvsp[(2) - (2)]) : (yyvsp[(1) - (2)]); ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   case 93: | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #line 360 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { (yyval) = NULL; ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   case 94: | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #line 362 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { /* For version 2 checksums, we don't want to remember | 
					
						
							|  |  |  |  | 		     private parameter names.  */ | 
					
						
							|  |  |  |  | 		  remove_node((yyvsp[(1) - (1)])); | 
					
						
							|  |  |  |  | 		  (yyval) = (yyvsp[(1) - (1)]); | 
					
						
							|  |  |  |  | 		;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   case 95: | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #line 370 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { remove_node((yyvsp[(1) - (1)])); | 
					
						
							|  |  |  |  | 		  (yyval) = (yyvsp[(1) - (1)]); | 
					
						
							|  |  |  |  | 		;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   case 96: | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #line 374 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { (yyval) = (yyvsp[(4) - (4)]); ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   case 97: | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #line 376 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { (yyval) = (yyvsp[(4) - (4)]); ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   case 98: | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #line 378 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { (yyval) = (yyvsp[(2) - (2)]); ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   case 99: | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #line 380 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { (yyval) = (yyvsp[(3) - (3)]); ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   case 100: | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #line 382 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { (yyval) = (yyvsp[(3) - (3)]); ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   case 101: | 
					
						
							|  |  |  |  | #line 387 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { struct string_list *decl = *(yyvsp[(2) - (3)]); | 
					
						
							|  |  |  |  | 		  *(yyvsp[(2) - (3)]) = NULL; | 
					
						
							|  |  |  |  | 		  add_symbol(current_name, SYM_NORMAL, decl, is_extern); | 
					
						
							|  |  |  |  | 		  (yyval) = (yyvsp[(3) - (3)]); | 
					
						
							|  |  |  |  | 		;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   case 102: | 
					
						
							|  |  |  |  | #line 395 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { (yyval) = NULL; ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   case 104: | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #line 402 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { remove_list((yyvsp[(2) - (2)]), &(*(yyvsp[(1) - (2)]))->next); (yyval) = (yyvsp[(2) - (2)]); ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   case 105: | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #line 406 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { (yyval) = (yyvsp[(3) - (3)]); ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   case 106: | 
					
						
							|  |  |  |  | #line 407 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { (yyval) = (yyvsp[(3) - (3)]); ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   case 107: | 
					
						
							|  |  |  |  | #line 411 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { (yyval) = NULL; ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   case 110: | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #line 417 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { (yyval) = (yyvsp[(2) - (2)]); ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   case 111: | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #line 422 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { (yyval) = (yyvsp[(3) - (3)]); ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   case 112: | 
					
						
							|  |  |  |  | #line 424 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { (yyval) = (yyvsp[(2) - (2)]); ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   case 113: | 
					
						
							|  |  |  |  | #line 428 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { (yyval) = NULL; ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   case 116: | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #line 434 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { (yyval) = (yyvsp[(3) - (3)]); ;} | 
					
						
							|  |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   case 117: | 
					
						
							|  |  |  |  | #line 438 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { (yyval) = (yyvsp[(2) - (2)]) ? (yyvsp[(2) - (2)]) : (yyvsp[(1) - (2)]); ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   case 118: | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #line 439 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { (yyval) = (yyvsp[(2) - (2)]); ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   case 120: | 
					
						
							|  |  |  |  | #line 444 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { (yyval) = (yyvsp[(2) - (2)]); ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   case 121: | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #line 448 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { (yyval) = NULL; ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   case 123: | 
					
						
							|  |  |  |  | #line 453 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { (yyval) = (yyvsp[(2) - (2)]); ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   case 124: | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #line 457 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { (yyval) = NULL; ;} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     break; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   case 126: | 
					
						
							|  |  |  |  | #line 463 "scripts/genksyms/parse.y" | 
					
						
							|  |  |  |  |     { export_symbol((*(yyvsp[(3) - (5)]))->string); (yyval) = (yyvsp[(5) - (5)]); ;} | 
					
						
							|  |  |  |  |     break; | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | /* Line 1267 of yacc.c.  */ | 
					
						
							|  |  |  |  | #line 2132 "scripts/genksyms/parse.c" | 
					
						
							|  |  |  |  |       default: break; | 
					
						
							|  |  |  |  |     } | 
					
						
							|  |  |  |  |   YY_SYMBOL_PRINT ("-> $$ =", yyr1[yyn], &yyval, &yyloc); | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   YYPOPSTACK (yylen); | 
					
						
							|  |  |  |  |   yylen = 0; | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |   YY_STACK_PRINT (yyss, yyssp); | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  |   *++yyvsp = yyval; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |   /* Now `shift' the result of the reduction.  Determine what state | 
					
						
							|  |  |  |  |      that goes to, based on the state we popped back to and the rule | 
					
						
							|  |  |  |  |      number reduced by.  */ | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  |   yyn = yyr1[yyn]; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |   yystate = yypgoto[yyn - YYNTOKENS] + *yyssp; | 
					
						
							|  |  |  |  |   if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp) | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  |     yystate = yytable[yystate]; | 
					
						
							|  |  |  |  |   else | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |     yystate = yydefgoto[yyn - YYNTOKENS]; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  |   goto yynewstate; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | /*------------------------------------. | 
					
						
							|  |  |  |  | | yyerrlab -- here on detecting error | | 
					
						
							|  |  |  |  | `------------------------------------*/ | 
					
						
							|  |  |  |  | yyerrlab: | 
					
						
							|  |  |  |  |   /* If not already recovering from an error, report this error.  */ | 
					
						
							|  |  |  |  |   if (!yyerrstatus) | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  |     { | 
					
						
							|  |  |  |  |       ++yynerrs; | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #if ! YYERROR_VERBOSE | 
					
						
							|  |  |  |  |       yyerror (YY_("syntax error")); | 
					
						
							|  |  |  |  | #else | 
					
						
							|  |  |  |  |       { | 
					
						
							|  |  |  |  | 	YYSIZE_T yysize = yysyntax_error (0, yystate, yychar); | 
					
						
							|  |  |  |  | 	if (yymsg_alloc < yysize && yymsg_alloc < YYSTACK_ALLOC_MAXIMUM) | 
					
						
							|  |  |  |  | 	  { | 
					
						
							|  |  |  |  | 	    YYSIZE_T yyalloc = 2 * yysize; | 
					
						
							|  |  |  |  | 	    if (! (yysize <= yyalloc && yyalloc <= YYSTACK_ALLOC_MAXIMUM)) | 
					
						
							|  |  |  |  | 	      yyalloc = YYSTACK_ALLOC_MAXIMUM; | 
					
						
							|  |  |  |  | 	    if (yymsg != yymsgbuf) | 
					
						
							|  |  |  |  | 	      YYSTACK_FREE (yymsg); | 
					
						
							|  |  |  |  | 	    yymsg = (char *) YYSTACK_ALLOC (yyalloc); | 
					
						
							|  |  |  |  | 	    if (yymsg) | 
					
						
							|  |  |  |  | 	      yymsg_alloc = yyalloc; | 
					
						
							|  |  |  |  | 	    else | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 	      { | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | 		yymsg = yymsgbuf; | 
					
						
							|  |  |  |  | 		yymsg_alloc = sizeof yymsgbuf; | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 	      } | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | 	  } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 	if (0 < yysize && yysize <= yymsg_alloc) | 
					
						
							|  |  |  |  | 	  { | 
					
						
							|  |  |  |  | 	    (void) yysyntax_error (yymsg, yystate, yychar); | 
					
						
							|  |  |  |  | 	    yyerror (yymsg); | 
					
						
							|  |  |  |  | 	  } | 
					
						
							|  |  |  |  | 	else | 
					
						
							|  |  |  |  | 	  { | 
					
						
							|  |  |  |  | 	    yyerror (YY_("syntax error")); | 
					
						
							|  |  |  |  | 	    if (yysize != 0) | 
					
						
							|  |  |  |  | 	      goto yyexhaustedlab; | 
					
						
							|  |  |  |  | 	  } | 
					
						
							|  |  |  |  |       } | 
					
						
							|  |  |  |  | #endif | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  |     } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  |   if (yyerrstatus == 3) | 
					
						
							|  |  |  |  |     { | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |       /* If just tried and failed to reuse look-ahead token after an | 
					
						
							|  |  |  |  | 	 error, discard it.  */ | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |       if (yychar <= YYEOF) | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | 	{ | 
					
						
							|  |  |  |  | 	  /* Return failure if at end of input.  */ | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 	  if (yychar == YYEOF) | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | 	    YYABORT; | 
					
						
							|  |  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |       else | 
					
						
							|  |  |  |  | 	{ | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | 	  yydestruct ("Error: discarding", | 
					
						
							|  |  |  |  | 		      yytoken, &yylval); | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 	  yychar = YYEMPTY; | 
					
						
							|  |  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  |     } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |   /* Else will try to reuse look-ahead token after shifting the error | 
					
						
							|  |  |  |  |      token.  */ | 
					
						
							|  |  |  |  |   goto yyerrlab1; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | /*---------------------------------------------------. | 
					
						
							|  |  |  |  | | yyerrorlab -- error raised explicitly by YYERROR.  | | 
					
						
							|  |  |  |  | `---------------------------------------------------*/ | 
					
						
							|  |  |  |  | yyerrorlab: | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   /* Pacify compilers like GCC when the user code never invokes | 
					
						
							|  |  |  |  |      YYERROR and the label yyerrorlab therefore never appears in user | 
					
						
							|  |  |  |  |      code.  */ | 
					
						
							|  |  |  |  |   if (/*CONSTCOND*/ 0) | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |      goto yyerrorlab; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   /* Do not reclaim the symbols of the rule which action triggered | 
					
						
							|  |  |  |  |      this YYERROR.  */ | 
					
						
							|  |  |  |  |   YYPOPSTACK (yylen); | 
					
						
							|  |  |  |  |   yylen = 0; | 
					
						
							|  |  |  |  |   YY_STACK_PRINT (yyss, yyssp); | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |   yystate = *yyssp; | 
					
						
							|  |  |  |  |   goto yyerrlab1; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | /*-------------------------------------------------------------. | 
					
						
							|  |  |  |  | | yyerrlab1 -- common code for both syntax error and YYERROR.  | | 
					
						
							|  |  |  |  | `-------------------------------------------------------------*/ | 
					
						
							|  |  |  |  | yyerrlab1: | 
					
						
							|  |  |  |  |   yyerrstatus = 3;	/* Each real token shifted decrements this.  */ | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |   for (;;) | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  |     { | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |       yyn = yypact[yystate]; | 
					
						
							|  |  |  |  |       if (yyn != YYPACT_NINF) | 
					
						
							|  |  |  |  | 	{ | 
					
						
							|  |  |  |  | 	  yyn += YYTERROR; | 
					
						
							|  |  |  |  | 	  if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR) | 
					
						
							|  |  |  |  | 	    { | 
					
						
							|  |  |  |  | 	      yyn = yytable[yyn]; | 
					
						
							|  |  |  |  | 	      if (0 < yyn) | 
					
						
							|  |  |  |  | 		break; | 
					
						
							|  |  |  |  | 	    } | 
					
						
							|  |  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |       /* Pop the current state because it cannot handle the error token.  */ | 
					
						
							|  |  |  |  |       if (yyssp == yyss) | 
					
						
							|  |  |  |  | 	YYABORT; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |       yydestruct ("Error: popping", | 
					
						
							|  |  |  |  | 		  yystos[yystate], yyvsp); | 
					
						
							|  |  |  |  |       YYPOPSTACK (1); | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |       yystate = *yyssp; | 
					
						
							|  |  |  |  |       YY_STACK_PRINT (yyss, yyssp); | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  |     } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   if (yyn == YYFINAL) | 
					
						
							|  |  |  |  |     YYACCEPT; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   *++yyvsp = yylval; | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   /* Shift the error token.  */ | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |   YY_SYMBOL_PRINT ("Shifting", yystos[yyn], yyvsp, yylsp); | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  |   yystate = yyn; | 
					
						
							|  |  |  |  |   goto yynewstate; | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | /*-------------------------------------. | 
					
						
							|  |  |  |  | | yyacceptlab -- YYACCEPT comes here.  | | 
					
						
							|  |  |  |  | `-------------------------------------*/ | 
					
						
							|  |  |  |  | yyacceptlab: | 
					
						
							|  |  |  |  |   yyresult = 0; | 
					
						
							|  |  |  |  |   goto yyreturn; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | /*-----------------------------------. | 
					
						
							|  |  |  |  | | yyabortlab -- YYABORT comes here.  | | 
					
						
							|  |  |  |  | `-----------------------------------*/ | 
					
						
							|  |  |  |  | yyabortlab: | 
					
						
							|  |  |  |  |   yyresult = 1; | 
					
						
							|  |  |  |  |   goto yyreturn; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | #ifndef yyoverflow | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | /*-------------------------------------------------. | 
					
						
							|  |  |  |  | | yyexhaustedlab -- memory exhaustion comes here.  | | 
					
						
							|  |  |  |  | `-------------------------------------------------*/ | 
					
						
							|  |  |  |  | yyexhaustedlab: | 
					
						
							|  |  |  |  |   yyerror (YY_("memory exhausted")); | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  |   yyresult = 2; | 
					
						
							|  |  |  |  |   /* Fall through.  */ | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | #endif | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | yyreturn: | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  |   if (yychar != YYEOF && yychar != YYEMPTY) | 
					
						
							|  |  |  |  |      yydestruct ("Cleanup: discarding lookahead", | 
					
						
							|  |  |  |  | 		 yytoken, &yylval); | 
					
						
							|  |  |  |  |   /* Do not reclaim the symbols of the rule which action triggered | 
					
						
							|  |  |  |  |      this YYABORT or YYACCEPT.  */ | 
					
						
							|  |  |  |  |   YYPOPSTACK (yylen); | 
					
						
							|  |  |  |  |   YY_STACK_PRINT (yyss, yyssp); | 
					
						
							|  |  |  |  |   while (yyssp != yyss) | 
					
						
							|  |  |  |  |     { | 
					
						
							|  |  |  |  |       yydestruct ("Cleanup: popping", | 
					
						
							|  |  |  |  | 		  yystos[*yyssp], yyvsp); | 
					
						
							|  |  |  |  |       YYPOPSTACK (1); | 
					
						
							|  |  |  |  |     } | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | #ifndef yyoverflow | 
					
						
							|  |  |  |  |   if (yyss != yyssa) | 
					
						
							|  |  |  |  |     YYSTACK_FREE (yyss); | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | #endif | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #if YYERROR_VERBOSE | 
					
						
							|  |  |  |  |   if (yymsg != yymsgbuf) | 
					
						
							|  |  |  |  |     YYSTACK_FREE (yymsg); | 
					
						
							|  |  |  |  | #endif | 
					
						
							|  |  |  |  |   /* Make sure YYID is used.  */ | 
					
						
							|  |  |  |  |   return YYID (yyresult); | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | } | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-09-01 10:26:32 +02:00
										 |  |  |  | #line 467 "scripts/genksyms/parse.y" | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | static void | 
					
						
							|  |  |  |  | yyerror(const char *e) | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  |   error_with_pos("%s", e); | 
					
						
							|  |  |  |  | } | 
					
						
							| 
									
										
										
										
											2005-12-26 22:53:25 +01:00
										 |  |  |  | 
 |