Regex: Fix compilation under OSX

Lib has been recompiled to target i386.
This commit is contained in:
Arkshine
2014-07-18 13:45:29 +02:00
parent 0ec65bef5b
commit ce92ef745c
3 changed files with 2 additions and 13 deletions

View File

@@ -73,7 +73,6 @@ public:
int Replace(char *text, size_t text_maxlen, const char *replace, size_t replaceLen, int flags = 0);
void ClearMatch();
const char *GetSubstring(size_t start, char buffer[], size_t max, size_t *outlen = NULL);
const char *GetSubstring(size_t start, size_t end, char buffer[], size_t max, size_t *outlen = NULL);
void MakeSubpatternsTable(int numSubpatterns);
public: