]> git.ipfire.org Git - thirdparty/git.git/blobdiff - grep.h
Merge branch 'jc/grep-commandline-vs-configuration'
[thirdparty/git.git] / grep.h
diff --git a/grep.h b/grep.h
index 9e9ec5f5b299d91535d4c1f895e42f4363bda474..5856a23e4620773cbda2e2944f93946c2701f923 100644 (file)
--- a/grep.h
+++ b/grep.h
@@ -48,6 +48,7 @@ struct grep_pat {
        regex_t regexp;
        pcre *pcre_regexp;
        pcre_extra *pcre_extra_info;
+       const unsigned char *pcre_tables;
        kwset_t kws;
        unsigned fixed:1;
        unsigned ignore_case:1;