__syntax.h 294 B

123456789101112
  1. #ifndef VIRTUALMATH___SYNTAX_H
  2. #define VIRTUALMATH___SYNTAX_H
  3. #include "__virtualmath.h"
  4. #if OUT_LOG && OUT_TOKEN_LOG
  5. #define writeLog_(...) writeLog(__VA_ARGS__)
  6. #else
  7. #define writeLog_(...) PASS
  8. #undef printTokenEnter
  9. #define printTokenEnter(...) PASS
  10. #endif
  11. #endif //VIRTUALMATH___SYNTAX_H