Update overlooked cmake update of name size to 128

This commit is contained in:
Philip Hazel
2024-03-11 16:33:06 +00:00
parent 32e709b000
commit 6c670c780a

View File

@@ -50,7 +50,7 @@
#define PCRE2GREP_BUFSIZE @PCRE2GREP_BUFSIZE@
#define PCRE2GREP_MAX_BUFSIZE @PCRE2GREP_MAX_BUFSIZE@
#define MAX_NAME_SIZE 32
#define MAX_NAME_SIZE 128
#define MAX_NAME_COUNT 10000
/* end config.h for CMake builds */