diff options
author | Nuno Lopes <nlopess@php.net> | 2009-04-11 18:57:27 +0000 |
---|---|---|
committer | Nuno Lopes <nlopess@php.net> | 2009-04-11 18:57:27 +0000 |
commit | 90a2d1979486b2e7fa14be9c3210b9d321c668f8 (patch) | |
tree | 9f67ba72ee6010944487be2790c467dd2ea2cbaf /ext/pcre/pcrelib/pcreposix.h | |
parent | ff62b87cd6b94c50fbbac88bf4129f6418efe131 (diff) | |
download | php-git-90a2d1979486b2e7fa14be9c3210b9d321c668f8.tar.gz |
upgrade PCRE to version 7.9
Diffstat (limited to 'ext/pcre/pcrelib/pcreposix.h')
-rw-r--r-- | ext/pcre/pcrelib/pcreposix.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pcre/pcrelib/pcreposix.h b/ext/pcre/pcrelib/pcreposix.h index 4f59d918ee..7c5af72437 100644 --- a/ext/pcre/pcrelib/pcreposix.h +++ b/ext/pcre/pcrelib/pcreposix.h @@ -60,6 +60,7 @@ extern "C" { #define REG_NOSUB 0x0020 #define REG_UTF8 0x0040 /* NOT defined by POSIX. */ #define REG_STARTEND 0x0080 /* BSD feature: pass subject string by so,eo */ +#define REG_NOTEMPTY 0x0100 /* NOT defined by POSIX. */ /* This is not used by PCRE, but by defining it we make it easier to slot PCRE into existing programs that make POSIX calls. */ |