Subversion Repositories Vertical

Rev

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

  1. #ifndef BISON_NET_YACC_TAB_H
  2. #define BISON_NET_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 PACKAGES 257
  13. #define NETS 258
  14. #define END 259
  15. #define NL 260
  16. #define PLING 261
  17. #define SEMI 262
  18. #define DOT 263
  19. #define COMMA 264
  20. #define ASTRING 265
  21.  
  22. extern YYSTYPE yylval;
  23.  
  24. #endif /* not BISON_NET_YACC_TAB_H */
  25.