浏览代码

PCRE 2 - fix compilation error

master
Arun Prakash Jana 5 年前
父节点
当前提交
196c09ab9b
找不到此签名对应的密钥 GPG 密钥 ID: A75979F35C080412
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      src/nnn.c

+ 1
- 0
src/nnn.c 查看文件

@@ -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;


正在加载...
取消
保存