PCRE 8.35.0 Update

- Updated to PCRE 8.35 (latest, 2014-04-04)
- Updated Build files with new files and removed those that have
changed.
- Configured like previous configuration.
This commit is contained in:
Daniel Rosser
2014-10-03 23:17:24 +10:00
parent 30e26b0d96
commit 010f7a5370
54 changed files with 33954 additions and 7932 deletions

View File

@@ -33,8 +33,8 @@
//
extern "C"
{
struct real_pcre;
typedef struct real_pcre pcre;
struct real_pcre8_or_16; /* declaration; the definition is private */
typedef struct real_pcre8_or_16 pcre;
struct pcre_extra;
}