ossp-pkg/pcre/pcreposix.c 1.3 -> 1.4
--- pcreposix.c 2000/08/02 09:46:06 1.3
+++ pcreposix.c 2000/08/29 19:24:17 1.4
@@ -83,7 +83,8 @@
REG_BADPAT, /* "POSIX collating elements are not supported" */
REG_INVARG, /* "this version of PCRE is not compiled with PCRE_UTF8 support" */
REG_BADPAT, /* "characters with values > 255 are not yet supported in classes" */
- REG_BADPAT /* "character value in \x{...} sequence is too large" */
+ REG_BADPAT, /* "character value in \x{...} sequence is too large" */
+ REG_BADPAT /* "invalid condition (?(0)" */
};
/* Table of texts corresponding to POSIX error codes */
|
|