enclosed the value of a macro in parenthesis

This commit is contained in:
hyung-hwan 2018-03-14 14:56:15 +00:00
parent b7434aa976
commit 1736eb5c8b

View File

@ -992,7 +992,7 @@ struct hcl_synerr_t
typedef struct hcl_compiler_t hcl_compiler_t;
#endif
#define HCL_ERRMSG_CAPA 2048
#define HCL_ERRMSG_CAPA (2048)
struct hcl_t
{