]> git.ipfire.org Git - thirdparty/git.git/blobdiff - grep.h
grep/pcre2: use pcre2_maketables_free() function
[thirdparty/git.git] / grep.h
diff --git a/grep.h b/grep.h
index 54e52042cb98544c0e41cd0232414119908fe551..64666e9204904c5a1cbd8065caf68fcfaacba58a 100644 (file)
--- a/grep.h
+++ b/grep.h
@@ -7,6 +7,9 @@
 #if (PCRE2_MAJOR >= 10 && PCRE2_MINOR >= 36) || PCRE2_MAJOR >= 11
 #define GIT_PCRE2_VERSION_10_36_OR_HIGHER
 #endif
+#if (PCRE2_MAJOR >= 10 && PCRE2_MINOR >= 34) || PCRE2_MAJOR >= 11
+#define GIT_PCRE2_VERSION_10_34_OR_HIGHER
+#endif
 #else
 typedef int pcre2_code;
 typedef int pcre2_match_data;