Diff for /embedaddon/pcre/pcre.h.in between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2012/02/21 23:50:25 version 1.1.1.3, 2012/10/09 09:19:17
Line 179  compiling). */ Line 179  compiling). */
 #define PCRE_ERROR_JIT_STACKLIMIT  (-27)  #define PCRE_ERROR_JIT_STACKLIMIT  (-27)
 #define PCRE_ERROR_BADMODE         (-28)  #define PCRE_ERROR_BADMODE         (-28)
 #define PCRE_ERROR_BADENDIANNESS   (-29)  #define PCRE_ERROR_BADENDIANNESS   (-29)
   #define PCRE_ERROR_DFA_BADRESTART  (-30)
   
 /* Specific error codes for UTF-8 validity checks */  /* Specific error codes for UTF-8 validity checks */
   
Line 234  compiling). */ Line 235  compiling). */
 #define PCRE_INFO_MINLENGTH         15  #define PCRE_INFO_MINLENGTH         15
 #define PCRE_INFO_JIT               16  #define PCRE_INFO_JIT               16
 #define PCRE_INFO_JITSIZE           17  #define PCRE_INFO_JITSIZE           17
   #define PCRE_INFO_MAXLOOKBEHIND     18
   
 /* Request types for pcre_config(). Do not re-arrange, in order to remain  /* Request types for pcre_config(). Do not re-arrange, in order to remain
 compatible. */  compatible. */
Line 254  compatible. */ Line 256  compatible. */
 /* Request types for pcre_study(). Do not re-arrange, in order to remain  /* Request types for pcre_study(). Do not re-arrange, in order to remain
 compatible. */  compatible. */
   
#define PCRE_STUDY_JIT_COMPILE            0x0001#define PCRE_STUDY_JIT_COMPILE                0x0001
 #define PCRE_STUDY_JIT_PARTIAL_SOFT_COMPILE   0x0002
 #define PCRE_STUDY_JIT_PARTIAL_HARD_COMPILE   0x0004
   
 /* Bit flags for the pcre[16]_extra structure. Do not re-arrange or redefine  /* Bit flags for the pcre[16]_extra structure. Do not re-arrange or redefine
 these bits, just add new ones on the end, in order to remain compatible. */  these bits, just add new ones on the end, in order to remain compatible. */

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>