Subversion Repositories Vertical

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. #ifndef BISON_FRB_YACC_TAB_H
  2. #define BISON_FRB_YACC_TAB_H
  3.  
  4. #ifndef YYSTYPE
  5. typedef union
  6. {
  7.         char *string;
  8. } yystype;
  9. #define YYSTYPE yystype
  10. #define YYSTYPE_IS_TRIVIAL 1
  11. #endif
  12. #define HEADER 257
  13. #define TIME 258
  14. #define JOB 259
  15. #define TYPE 260
  16. #define APP 261
  17. #define ADD_COM 262
  18. #define ADD_TER 263
  19. #define TER 264
  20. #define END 265
  21. #define UNITS 266
  22. #define ATT_COM 267
  23. #define ATT_TRE 268
  24. #define ATT_PIN 269
  25. #define NL 270
  26. #define ENDFILE 271
  27. #define ASTRING 272
  28.  
  29. extern YYSTYPE yylval;
  30.  
  31. #endif /* not BISON_FRB_YACC_TAB_H */
  32.