parse.h_shipped 983 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. #ifndef YYSTYPE
  2. #define YYSTYPE int
  3. #endif
  4. #define ASM_KEYW 257
  5. #define ATTRIBUTE_KEYW 258
  6. #define AUTO_KEYW 259
  7. #define BOOL_KEYW 260
  8. #define CHAR_KEYW 261
  9. #define CONST_KEYW 262
  10. #define DOUBLE_KEYW 263
  11. #define ENUM_KEYW 264
  12. #define EXTERN_KEYW 265
  13. #define FLOAT_KEYW 266
  14. #define INLINE_KEYW 267
  15. #define INT_KEYW 268
  16. #define LONG_KEYW 269
  17. #define REGISTER_KEYW 270
  18. #define RESTRICT_KEYW 271
  19. #define SHORT_KEYW 272
  20. #define SIGNED_KEYW 273
  21. #define STATIC_KEYW 274
  22. #define STRUCT_KEYW 275
  23. #define TYPEDEF_KEYW 276
  24. #define UNION_KEYW 277
  25. #define UNSIGNED_KEYW 278
  26. #define VOID_KEYW 279
  27. #define VOLATILE_KEYW 280
  28. #define TYPEOF_KEYW 281
  29. #define EXPORT_SYMBOL_KEYW 282
  30. #define ASM_PHRASE 283
  31. #define ATTRIBUTE_PHRASE 284
  32. #define BRACE_PHRASE 285
  33. #define BRACKET_PHRASE 286
  34. #define EXPRESSION_PHRASE 287
  35. #define CHAR 288
  36. #define DOTS 289
  37. #define IDENT 290
  38. #define INT 291
  39. #define REAL 292
  40. #define STRING 293
  41. #define TYPE 294
  42. #define OTHER 295
  43. #define FILENAME 296
  44. extern YYSTYPE yylval;