PVS/V560: expression is always true

This macro serves as a sanity-check / documentation.
This commit is contained in:
Justin M. Keyes 2019-01-18 02:43:38 +01:00
parent 6cd3912a51
commit ce6a5fb94b

View File

@ -230,6 +230,7 @@
#define UPPER 47 /* Match uppercase char */
#define NUPPER 48 /* Match non-uppercase char */
#define LAST_NL NUPPER + ADD_NL
// -V:WITH_NL:560
#define WITH_NL(op) ((op) >= FIRST_NL && (op) <= LAST_NL)
#define MOPEN 80 // -89 Mark this point in input as start of