OpenSTA/util/FlexDisableRegister.hh

6 lines
180 B
C++

// workaround for flex versions that insert register declarations
#if !(YY_FLEX_MAJOR_VERSION >= 2 && YY_FLEX_MINOR_VERSION >= 6) && __cplusplus > 199711L
#define register
#endif