diff options
Diffstat (limited to 'misc/mc/files/patch-src-util.h')
-rw-r--r-- | misc/mc/files/patch-src-util.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/mc/files/patch-src-util.h b/misc/mc/files/patch-src-util.h new file mode 100644 index 000000000000..9d3ca4ba75ee --- /dev/null +++ b/misc/mc/files/patch-src-util.h @@ -0,0 +1,11 @@ +--- src/util.h.orig Tue Jan 28 03:07:29 2003 ++++ src/util.h Tue Jun 15 03:15:09 2004 +@@ -62,7 +62,7 @@ + #define icase_search(T,D) _icase_search((T), (D), NULL) + + /* Matching */ +-enum { match_file, match_normal }; ++enum { match_file, match_normal, match_regex }; + extern int easy_patterns; + char *convert_pattern (char *pattern, int match_type, int do_group); + int regexp_match (char *pattern, char *string, int match_type); |