瀏覽代碼

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;


||||||
x
 
000:0
Loading…
取消
儲存