From 9810b5faa83113521be79495ae5ffb8792efbe1f 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 --- hcl/lib/hcl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hcl/lib/hcl.h b/hcl/lib/hcl.h index b88bac2..c8a8dfa 100644 --- a/hcl/lib/hcl.h +++ b/hcl/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 {