home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / qt3_emx.zip / include / moc_yacc.h next >
C/C++ Source or Header  |  2001-10-11  |  1KB  |  65 lines

  1. #define CHAR_VAL 257
  2. #define INT_VAL 258
  3. #define DOUBLE_VAL 259
  4. #define STRING 260
  5. #define IDENTIFIER 261
  6. #define FRIEND 262
  7. #define TYPEDEF 263
  8. #define AUTO 264
  9. #define REGISTER 265
  10. #define STATIC 266
  11. #define EXTERN 267
  12. #define INLINE 268
  13. #define VIRTUAL 269
  14. #define CONST 270
  15. #define VOLATILE 271
  16. #define CHAR 272
  17. #define SHORT 273
  18. #define INT 274
  19. #define LONG 275
  20. #define SIGNED 276
  21. #define UNSIGNED 277
  22. #define FLOAT 278
  23. #define DOUBLE 279
  24. #define VOID 280
  25. #define ENUM 281
  26. #define CLASS 282
  27. #define STRUCT 283
  28. #define UNION 284
  29. #define ASM 285
  30. #define PRIVATE 286
  31. #define PROTECTED 287
  32. #define PUBLIC 288
  33. #define OPERATOR 289
  34. #define DBL_COLON 290
  35. #define TRIPLE_DOT 291
  36. #define TEMPLATE 292
  37. #define NAMESPACE 293
  38. #define USING 294
  39. #define MUTABLE 295
  40. #define SIGNALS 296
  41. #define SLOTS 297
  42. #define Q_OBJECT 298
  43. #define Q_PROPERTY 299
  44. #define Q_OVERRIDE 300
  45. #define Q_CLASSINFO 301
  46. #define Q_ENUMS 302
  47. #define Q_SETS 303
  48. #define READ 304
  49. #define WRITE 305
  50. #define STORED 306
  51. #define DESIGNABLE 307
  52. #define SCRIPTABLE 308
  53. #define RESET 309
  54. typedef union {
  55.     char    char_val;
  56.     int        int_val;
  57.     double    double_val;
  58.     char       *string;
  59.     Access    access;
  60.     Function   *function;
  61.     ArgList    *arg_list;
  62.     Argument   *arg;
  63. } YYSTYPE;
  64. extern YYSTYPE yylval;
  65.