--- code/trunk/pcre_study.c 2008/04/11 15:48:14 334 +++ code/trunk/pcre_study.c 2008/04/12 14:36:14 335 @@ -217,6 +217,13 @@ tcode += 1 + LINK_SIZE; break; + /* SKIPZERO skips the bracket. */ + + case OP_SKIPZERO: + do tcode += GET(tcode,1); while (*tcode == OP_ALT); + tcode += 1 + LINK_SIZE; + break; + /* Single-char * or ? sets the bit and tries the next item */ case OP_STAR: