removed a duplicate macro definition in hcl-prv.h
This commit is contained in:
		| @ -124,9 +124,6 @@ | |||||||
| #	define HCL_MEMCMP(dst,src,size)  memcmp(dst,src,size) | #	define HCL_MEMCMP(dst,src,size)  memcmp(dst,src,size) | ||||||
| #endif | #endif | ||||||
|  |  | ||||||
| #define HCL_ALIGN(x,y) ((((x) + (y) - 1) / (y)) * (y)) |  | ||||||
|  |  | ||||||
|  |  | ||||||
| #if defined(HCL_LIMIT_OBJ_SIZE) | #if defined(HCL_LIMIT_OBJ_SIZE) | ||||||
| /* limit the maximum object size such that: | /* limit the maximum object size such that: | ||||||
|  *   1. an index to an object field can be represented in a small integer. |  *   1. an index to an object field can be represented in a small integer. | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user