]> git.ipfire.org Git - thirdparty/git.git/blobdiff - compat/regex/regex.h
Merge branch 'bc/author-committer-doc' into maint
[thirdparty/git.git] / compat / regex / regex.h
index 08a26096637712689a071bf58586939bb6ff7c75..2d3412860d4d3a10cb989a769260496326055924 100644 (file)
 extern "C" {
 #endif
 
+#define regcomp git_regcomp
+#define regexec git_regexec
+#define regerror git_regerror
+#define regfree git_regfree
+
 /* The following two types have to be signed and unsigned integer type
    wide enough to hold a value of a pointer.  For most ANSI compilers
    ptrdiff_t and size_t should be likely OK.  Still size of these two