mirror of
https://github.com/jarun/nnn.git
synced 2024-11-27 21:31:30 +00:00
PCRE 2 - fix compilation error
This commit is contained in:
parent
e2d37632ea
commit
196c09ab9b
|
@ -1876,6 +1876,7 @@ static char xchartohex(char c)
|
|||
|
||||
static char * (*fnstrstr)(const char *haystack, const char *needle) = &strcasestr;
|
||||
#ifdef PCRE
|
||||
static const unsigned char *tables;
|
||||
static int pcreflags = PCRE_NO_AUTO_CAPTURE | PCRE_EXTENDED | PCRE_CASELESS;
|
||||
#else
|
||||
static int regflags = REG_NOSUB | REG_EXTENDED | REG_ICASE;
|
||||
|
|
Loading…
Reference in a new issue