mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +00:00 
			
		
		
		
	PVS/V560: expression is always true
This macro serves as a sanity-check / documentation.
This commit is contained in:
		| @@ -230,6 +230,7 @@ | |||||||
| #define UPPER           47      /*	Match uppercase char */ | #define UPPER           47      /*	Match uppercase char */ | ||||||
| #define NUPPER          48      /*	Match non-uppercase char */ | #define NUPPER          48      /*	Match non-uppercase char */ | ||||||
| #define LAST_NL         NUPPER + ADD_NL | #define LAST_NL         NUPPER + ADD_NL | ||||||
|  | // -V:WITH_NL:560 | ||||||
| #define WITH_NL(op)     ((op) >= FIRST_NL && (op) <= LAST_NL) | #define WITH_NL(op)     ((op) >= FIRST_NL && (op) <= LAST_NL) | ||||||
|  |  | ||||||
| #define MOPEN           80   // -89 Mark this point in input as start of | #define MOPEN           80   // -89 Mark this point in input as start of | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Justin M. Keyes
					Justin M. Keyes