--- code/trunk/pcre.h.in 2009/03/15 18:24:05 389 +++ code/trunk/pcre.h.in 2009/08/28 09:55:54 427 @@ -95,7 +95,7 @@ extern "C" { #endif -/* Options. Some are compile-time only, some are run-time only, and some are +/* Options. Some are compile-time only, some are run-time only, and some are both, so we keep them all distinct. */ #define PCRE_CASELESS 0x00000001 @@ -113,7 +113,8 @@ #define PCRE_NO_AUTO_CAPTURE 0x00001000 #define PCRE_NO_UTF8_CHECK 0x00002000 #define PCRE_AUTO_CALLOUT 0x00004000 -#define PCRE_PARTIAL 0x00008000 +#define PCRE_PARTIAL_SOFT 0x00008000 +#define PCRE_PARTIAL 0x00008000 /* Backwards compatible synonym */ #define PCRE_DFA_SHORTEST 0x00010000 #define PCRE_DFA_RESTART 0x00020000 #define PCRE_FIRSTLINE 0x00040000 @@ -128,6 +129,7 @@ #define PCRE_JAVASCRIPT_COMPAT 0x02000000 #define PCRE_NO_START_OPTIMIZE 0x04000000 #define PCRE_NO_START_OPTIMISE 0x04000000 +#define PCRE_PARTIAL_HARD 0x08000000 /* Exec-time and get/set-time error codes */