MIN
370 regex.cpp #undef MIN
MIN
372 regex.cpp #define MIN(a, b) ((a) < (b) ? (a) : (b))