--- code/trunk/pcre.h.in 2011/07/30 17:13:00 644 +++ code/trunk/pcre.h.in 2011/07/31 17:02:18 645 @@ -280,6 +280,8 @@ /* ------------------- Added for Version 1 -------------------------- */ int pattern_position; /* Offset to next item in the pattern */ int next_item_length; /* Length of next item in the pattern */ + /* ------------------- Added for Version 2 -------------------------- */ + const unsigned char *mark; /* Pointer to current mark or NULL */ /* ------------------------------------------------------------------ */ } pcre_callout_block;