Upgrade pcre 4.5 -> 8.45
This commit is contained in:
+1
-5
@@ -10,6 +10,7 @@
|
||||
#include <float.h>
|
||||
|
||||
#include <json/json.h>
|
||||
#include <pcre.h>
|
||||
|
||||
#include <numeric>
|
||||
#include <ctime>
|
||||
@@ -1464,11 +1465,6 @@ bool GetFileContents( const RString &sFile, vector<RString> &asOut )
|
||||
return true;
|
||||
}
|
||||
|
||||
#ifndef USE_SYSTEM_PCRE
|
||||
#include "../extern/pcre/pcre.h"
|
||||
#else
|
||||
#include <pcre.h>
|
||||
#endif
|
||||
void Regex::Compile()
|
||||
{
|
||||
const char *error;
|
||||
|
||||
Reference in New Issue
Block a user