mirror of
https://github.com/jarun/nnn.git
synced 2025-03-18 20:39:45 +00:00
PCRE 2 - fix compilation error
This commit is contained in:
parent
e2d37632ea
commit
196c09ab9b
1 changed files with 1 additions and 0 deletions
|
@ -1876,6 +1876,7 @@ static char xchartohex(char c)
|
||||||
|
|
||||||
static char * (*fnstrstr)(const char *haystack, const char *needle) = &strcasestr;
|
static char * (*fnstrstr)(const char *haystack, const char *needle) = &strcasestr;
|
||||||
#ifdef PCRE
|
#ifdef PCRE
|
||||||
|
static const unsigned char *tables;
|
||||||
static int pcreflags = PCRE_NO_AUTO_CAPTURE | PCRE_EXTENDED | PCRE_CASELESS;
|
static int pcreflags = PCRE_NO_AUTO_CAPTURE | PCRE_EXTENDED | PCRE_CASELESS;
|
||||||
#else
|
#else
|
||||||
static int regflags = REG_NOSUB | REG_EXTENDED | REG_ICASE;
|
static int regflags = REG_NOSUB | REG_EXTENDED | REG_ICASE;
|
||||||
|
|
Loading…
Add table
Reference in a new issue