# HG changeset patch # User Matti Hamalainen # Date 1603391332 -10800 # Node ID 9921d60bd8e46fbd83623f746e7d18c34b9fd600 # Parent 646641d7212864be8e7c3b042505b9f5f14a5f10 Increase fanalyze max lengths of greplists. diff -r 646641d72128 -r 9921d60bd8e4 tools/fanalyze.c --- a/tools/fanalyze.c Sat Aug 29 00:20:08 2020 +0300 +++ b/tools/fanalyze.c Thu Oct 22 21:28:52 2020 +0300 @@ -14,8 +14,8 @@ #define SET_MAX_ELEMS 256 #define SET_MAX_VARIANTS 4 -#define SET_MAX_GREP_VALUES 64 -#define SET_MAX_GREP_LIST 64 +#define SET_MAX_GREP_VALUES 128 +#define SET_MAX_GREP_LIST 128 #define SET_MAX_SEQUENCES 1024 #define SET_MAX_PLACES 1024