[sm130futures] Not as much to change with pcre.

This commit is contained in:
Jason Felds
2011-05-04 22:42:23 -04:00
parent 765b3a7975
commit c2cdf0c763
2 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -1280,7 +1280,7 @@ bool GetFileContents( const RString &sFile, vector<RString> &asOut )
return true;
}
#include "pcre/pcre.h"
#include "../extern/pcre/pcre.h"
void Regex::Compile()
{
const char *error;