summaryrefslogtreecommitdiff
path: root/pcre.h.in
diff options
context:
space:
mode:
authorchpe <chpe@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-10-16 15:56:18 +0000
committerchpe <chpe@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-10-16 15:56:18 +0000
commit079e382d01f40c050c4ca2d6d43dddb097a5c08e (patch)
tree3104eeb64264bd5bc2b5eae2c330e15622f645ca /pcre.h.in
parentcd603468f19fd836eba261890ee2329413e86ac0 (diff)
downloadpcre-079e382d01f40c050c4ca2d6d43dddb097a5c08e.tar.gz
pcre32: utf: Reject all non-characters and not just 0xfffe
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1098 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcre.h.in')
-rw-r--r--pcre.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/pcre.h.in b/pcre.h.in
index 41fc7c4..6798a9f 100644
--- a/pcre.h.in
+++ b/pcre.h.in
@@ -209,6 +209,7 @@ compiling). */
#define PCRE_UTF8_ERR19 19
#define PCRE_UTF8_ERR20 20
#define PCRE_UTF8_ERR21 21
+#define PCRE_UTF8_ERR22 22
/* Specific error codes for UTF-16 validity checks */