From 0cc19063adf3d8fc45c6c9e7ee7f44e984bed092 Mon Sep 17 00:00:00 2001 From: Wang Renxin Date: Wed, 7 Jun 2017 15:13:33 +0800 Subject: [PATCH] *little modification. --- core/my_basic.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/my_basic.c b/core/my_basic.c index 1072166..2f6678c 100755 --- a/core/my_basic.c +++ b/core/my_basic.c @@ -128,7 +128,9 @@ extern "C" { #define _HT_ARRAY_SIZE_SMALL 193 #define _HT_ARRAY_SIZE_MID 1543 #define _HT_ARRAY_SIZE_BIG 12289 -#define _HT_ARRAY_SIZE_DEFAULT _HT_ARRAY_SIZE_SMALL +#ifndef _HT_ARRAY_SIZE_DEFAULT +# define _HT_ARRAY_SIZE_DEFAULT _HT_ARRAY_SIZE_SMALL +#endif /* _HT_ARRAY_SIZE_DEFAULT */ /* Max length of a single symbol */ #define _SINGLE_SYMBOL_MAX_LENGTH 128