parse.tab.h_shipped 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. /* A Bison parser, made by GNU Bison 2.7. */
  2. /* Bison interface for Yacc-like parsers in C
  3. Copyright (C) 1984, 1989-1990, 2000-2012 Free Software Foundation, Inc.
  4. This program is free software: you can redistribute it and/or modify
  5. it under the terms of the GNU General Public License as published by
  6. the Free Software Foundation, either version 3 of the License, or
  7. (at your option) any later version.
  8. This program is distributed in the hope that it will be useful,
  9. but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. GNU General Public License for more details.
  12. You should have received a copy of the GNU General Public License
  13. along with this program. If not, see <http://www.gnu.org/licenses/>. */
  14. /* As a special exception, you may create a larger work that contains
  15. part or all of the Bison parser skeleton and distribute that work
  16. under terms of your choice, so long as that work isn't itself a
  17. parser generator using the skeleton or a modified version thereof
  18. as a parser skeleton. Alternatively, if you modify or redistribute
  19. the parser skeleton itself, you may (at your option) remove this
  20. special exception, which will cause the skeleton and the resulting
  21. Bison output files to be licensed under the GNU General Public
  22. License without this special exception.
  23. This special exception was added by the Free Software Foundation in
  24. version 2.2 of Bison. */
  25. #ifndef YY_YY_SCRIPTS_GENKSYMS_PARSE_TAB_H_SHIPPED_INCLUDED
  26. # define YY_YY_SCRIPTS_GENKSYMS_PARSE_TAB_H_SHIPPED_INCLUDED
  27. /* Enabling traces. */
  28. #ifndef YYDEBUG
  29. # define YYDEBUG 1
  30. #endif
  31. #if YYDEBUG
  32. extern int yydebug;
  33. #endif
  34. /* Tokens. */
  35. #ifndef YYTOKENTYPE
  36. # define YYTOKENTYPE
  37. /* Put the tokens into the symbol table, so that GDB and other debuggers
  38. know about them. */
  39. enum yytokentype {
  40. ASM_KEYW = 258,
  41. ATTRIBUTE_KEYW = 259,
  42. AUTO_KEYW = 260,
  43. BOOL_KEYW = 261,
  44. CHAR_KEYW = 262,
  45. CONST_KEYW = 263,
  46. DOUBLE_KEYW = 264,
  47. ENUM_KEYW = 265,
  48. EXTERN_KEYW = 266,
  49. EXTENSION_KEYW = 267,
  50. FLOAT_KEYW = 268,
  51. INLINE_KEYW = 269,
  52. INT_KEYW = 270,
  53. LONG_KEYW = 271,
  54. REGISTER_KEYW = 272,
  55. RESTRICT_KEYW = 273,
  56. SHORT_KEYW = 274,
  57. SIGNED_KEYW = 275,
  58. STATIC_KEYW = 276,
  59. STRUCT_KEYW = 277,
  60. TYPEDEF_KEYW = 278,
  61. UNION_KEYW = 279,
  62. UNSIGNED_KEYW = 280,
  63. VOID_KEYW = 281,
  64. VOLATILE_KEYW = 282,
  65. TYPEOF_KEYW = 283,
  66. EXPORT_SYMBOL_KEYW = 284,
  67. ASM_PHRASE = 285,
  68. ATTRIBUTE_PHRASE = 286,
  69. TYPEOF_PHRASE = 287,
  70. BRACE_PHRASE = 288,
  71. BRACKET_PHRASE = 289,
  72. EXPRESSION_PHRASE = 290,
  73. CHAR = 291,
  74. DOTS = 292,
  75. IDENT = 293,
  76. INT = 294,
  77. REAL = 295,
  78. STRING = 296,
  79. TYPE = 297,
  80. OTHER = 298,
  81. FILENAME = 299
  82. };
  83. #endif
  84. #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
  85. typedef int YYSTYPE;
  86. # define YYSTYPE_IS_TRIVIAL 1
  87. # define yystype YYSTYPE /* obsolescent; will be withdrawn */
  88. # define YYSTYPE_IS_DECLARED 1
  89. #endif
  90. extern YYSTYPE yylval;
  91. #ifdef YYPARSE_PARAM
  92. #if defined __STDC__ || defined __cplusplus
  93. int yyparse (void *YYPARSE_PARAM);
  94. #else
  95. int yyparse ();
  96. #endif
  97. #else /* ! YYPARSE_PARAM */
  98. #if defined __STDC__ || defined __cplusplus
  99. int yyparse (void);
  100. #else
  101. int yyparse ();
  102. #endif
  103. #endif /* ! YYPARSE_PARAM */
  104. #endif /* !YY_YY_SCRIPTS_GENKSYMS_PARSE_TAB_H_SHIPPED_INCLUDED */