cal_tab.h 212 B

12345678910111213
  1. #ifndef YYSTYPE
  2. #define YYSTYPE int
  3. #endif
  4. #define VALUE 258
  5. #define IDENTIFIER 259
  6. #define FUNCTION1 260
  7. #define FUNCTION2 261
  8. #define FUNCTION3 262
  9. #define UMINUS 263
  10. #define UPLUS 264
  11. extern YYSTYPE yylval;