Upgrading the bundled PCRE to 8.34

This commit is contained in:
Alexander Barkov 2014-02-03 08:54:12 +04:00
commit 74cca64155
169 changed files with 12249 additions and 6809 deletions

View file

@ -64,10 +64,6 @@ extern "C" {
#define REG_UNGREEDY 0x0200 /* NOT defined by POSIX; maps to PCRE_UNGREEDY */
#define REG_UCP 0x0400 /* NOT defined by POSIX; maps to PCRE_UCP */
/*Defined in regex.h */
#define REG_ATOI 255 /* convert name to number (!) */
#define REG_ITOA 0400 /* convert number to name (!) */
/* This is not used by PCRE, but by defining it we make it easier
to slot PCRE into existing programs that make POSIX calls. */