MAX               471 lib/regex_internal.h # define MAX(a,b) ((a) < (b) ? (b) : (a))
MAX               113 src/system.h   #undef MAX
MAX               115 src/system.h   #define MAX(a, b) ((a) >= (b) ? (a) : (b))