Merge pull request #551 from danoli3/pcre_update_2014

PCRE updated to 8.35.0
This commit is contained in:
Günter Obiltschnig
2014-10-06 08:00:57 +02:00
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;
}