mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-28 11:55:03 +03:00 
			
		
		
		
	Add _REGEX_UTILS_H to avoid duplication.
This commit is contained in:
		| @@ -37,6 +37,9 @@ | |||||||
|  *		@(#)utils.h		8.3 (Berkeley) 3/20/94 |  *		@(#)utils.h		8.3 (Berkeley) 3/20/94 | ||||||
|  */ |  */ | ||||||
|  |  | ||||||
|  | #ifndef _REGEX_UTILS_H | ||||||
|  | #define _REGEX_UTILS_H | ||||||
|  |  | ||||||
| #include <limits.h> | #include <limits.h> | ||||||
|  |  | ||||||
| /* utility definitions */ | /* utility definitions */ | ||||||
| @@ -57,3 +60,5 @@ typedef unsigned char uch; | |||||||
| #define NDEBUG					/* no assertions please */ | #define NDEBUG					/* no assertions please */ | ||||||
| #endif | #endif | ||||||
| #endif | #endif | ||||||
|  |  | ||||||
|  | #endif	/* _REGEX_UTILS_H */ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user