ossp-pkg/pcre/pcre_internal.h 1.5 -> 1.6
--- pcre_internal.h 2000/08/02 09:46:06 1.5
+++ pcre_internal.h 2000/08/29 19:24:17 1.6
@@ -277,6 +277,7 @@
#define ERR32 "this version of PCRE is not compiled with PCRE_UTF8 support"
#define ERR33 "characters with values > 255 are not yet supported in classes"
#define ERR34 "character value in \\x{...} sequence is too large"
+#define ERR35 "invalid condition (?(0)"
/* All character handling must be done as unsigned characters. Otherwise there
are problems with top-bit-set characters and functions such as isspace().
|
|