From 1736eb5c8b2b7a07f454f220fda8baa11b0fe7d1 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Wed, 14 Mar 2018 14:56:15 +0000 Subject: [PATCH] enclosed the value of a macro in parenthesis --- lib/hcl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hcl.h b/lib/hcl.h index b88bac2..c8a8dfa 100644 --- a/lib/hcl.h +++ b/lib/hcl.h @@ -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 {