Upgrade pcre 4.5 -> 8.45

This commit is contained in:
Martin Natano
2022-05-30 23:57:33 +02:00
parent d112fdd1d2
commit 9723a67ad7
377 changed files with 302431 additions and 10800 deletions
+1 -5
View File
@@ -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;