*little modification.

This commit is contained in:
Wang Renxin 2017-06-07 15:13:33 +08:00
parent ad762933ee
commit 0cc19063ad

View File

@ -128,7 +128,9 @@ extern "C" {
#define _HT_ARRAY_SIZE_SMALL 193 #define _HT_ARRAY_SIZE_SMALL 193
#define _HT_ARRAY_SIZE_MID 1543 #define _HT_ARRAY_SIZE_MID 1543
#define _HT_ARRAY_SIZE_BIG 12289 #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 */ /* Max length of a single symbol */
#define _SINGLE_SYMBOL_MAX_LENGTH 128 #define _SINGLE_SYMBOL_MAX_LENGTH 128