diff options
| author | 2020-01-24 22:25:27 +0530 | |
|---|---|---|
| committer | 2020-01-24 22:25:27 +0530 | |
| commit | 196c09ab9b3c0da940f863425c37046d9ca21a2f (patch) | |
| tree | 4eccdeff37d9ac06347b8789f26560b26aa20c60 /src | |
| parent | e2d37632eaa9599c344851cfeb9b77851cd97281 (diff) | |
| download | nnn-196c09ab9b3c0da940f863425c37046d9ca21a2f.tar.gz | |
PCRE 2 - fix compilation error
Diffstat (limited to 'src')
| -rw-r--r-- | src/nnn.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |