From 4056b96a0fad5f08818fa4bf9325654fc2183bed Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Sun, 11 Mar 2018 17:08:02 +0000 Subject: [PATCH] removed a duplicate macro definition in hcl-prv.h --- hcl/lib/hcl-prv.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/hcl/lib/hcl-prv.h b/hcl/lib/hcl-prv.h index d1c5a55..f9233eb 100644 --- a/hcl/lib/hcl-prv.h +++ b/hcl/lib/hcl-prv.h @@ -124,9 +124,6 @@ # define HCL_MEMCMP(dst,src,size) memcmp(dst,src,size) #endif -#define HCL_ALIGN(x,y) ((((x) + (y) - 1) / (y)) * (y)) - - #if defined(HCL_LIMIT_OBJ_SIZE) /* limit the maximum object size such that: * 1. an index to an object field can be represented in a small integer.