--- code/trunk/pcreposix.c 2011/12/06 15:38:01 788 +++ code/trunk/pcreposix.c 2011/12/28 16:10:09 835 @@ -154,9 +154,7 @@ REG_BADPAT, /* \c must be followed by an ASCII character */ REG_BADPAT, /* \k is not followed by a braced, angle-bracketed, or quoted name */ /* 70 */ - REG_BADPAT, /* internal error: unknown opcode in find_fixedlength() */ - REG_BADPAT, /* \N is not supported in a class */ - REG_BADPAT, /* too many forward references */ + REG_BADPAT, /* internal error: unknown opcode in find_fixedlength() */ }; /* Table of texts corresponding to POSIX error codes */