__token.h 444 B

1234567891011121314151617181920
  1. #ifndef VIRTUALMATH___TOKEN_H
  2. #define VIRTUALMATH___TOKEN_H
  3. #include "__virtualmath.h"
  4. #if OUT_LOG && OUT_TOKEN_LOG
  5. #define MACRO_printTokenStream(...) printTokenStream(__VA_ARGS__)
  6. #else
  7. #define MACRO_printTokenStream(...) PASS
  8. #undef printTokenEnter
  9. #define printTokenEnter(...) PASS
  10. #endif
  11. #if OUT_LOG && OUT_PASERS_LOG
  12. #define writeLog_(...) writeLog(__VA_ARGS__)
  13. #else
  14. #define writeLog_(...) PASS
  15. #endif
  16. #endif //VIRTUALMATH___TOKEN_H