68 #ifndef __STDC_VERSION__
69 #define __STDC_VERSION__ 0
72 #if __STDC_VERSION__ >= 199901L
85 volatile int putMathBreakPointHere = 0;
86 (void)putMathBreakPointHere;
100 #elif __STDC_VERSION__ >= 199901L
101 feenableexcept(FE_ALL_EXCEPT);
114 #elif __STDC_VERSION__ >= 199901L
115 feclearexcept(FE_ALL_EXCEPT);
119 #if TIMEOUTCHECKER_DEFINED
120 TimeoutChecker::TimeoutChecker(
char category,
void* lock)
121 : m_category(category)
122 , m_timeout(category ==
'a' ? 50 : category ==
'r' ? 20 : 100)
128 void TimeoutChecker::warning(int64_t t)
131 volatile bool breakpointHere = (t != 0);