CMP_VAL 938 lib/replace/test/testsuite.c #define EQUAL_VAL(a,b) CMP_VAL(a,!=,b) CMP_VAL 939 lib/replace/test/testsuite.c #define GREATER_VAL(a,b) CMP_VAL(a,<=,b) CMP_VAL 940 lib/replace/test/testsuite.c #define LESSER_VAL(a,b) CMP_VAL(a,>=,b)