summaryrefslogtreecommitdiff
path: root/pcre.h.in
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2013-02-27 16:27:01 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2013-02-27 16:27:01 +0000
commitfddeb9c5b24e4d2799afbf6367980c5d982df4d2 (patch)
tree37ac15a4f72dbb78f889d770cfd1c26137889785 /pcre.h.in
parentdba7b5b11ce2b26cc1747f58910da27dd15a72b3 (diff)
downloadpcre-fddeb9c5b24e4d2799afbf6367980c5d982df4d2.tar.gz
Correct Unicode string checking in the light of corrigendum #9.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1261 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcre.h.in')
-rw-r--r--pcre.h.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/pcre.h.in b/pcre.h.in
index 2376c9c..3e036e3 100644
--- a/pcre.h.in
+++ b/pcre.h.in
@@ -224,7 +224,7 @@ with J. */
#define PCRE_UTF8_ERR19 19
#define PCRE_UTF8_ERR20 20
#define PCRE_UTF8_ERR21 21
-#define PCRE_UTF8_ERR22 22
+#define PCRE_UTF8_ERR22 22 /* Unused (was non-character) */
/* Specific error codes for UTF-16 validity checks */
@@ -232,13 +232,13 @@ with J. */
#define PCRE_UTF16_ERR1 1
#define PCRE_UTF16_ERR2 2
#define PCRE_UTF16_ERR3 3
-#define PCRE_UTF16_ERR4 4
+#define PCRE_UTF16_ERR4 4 /* Unused (was non-character) */
/* Specific error codes for UTF-32 validity checks */
#define PCRE_UTF32_ERR0 0
#define PCRE_UTF32_ERR1 1
-#define PCRE_UTF32_ERR2 2
+#define PCRE_UTF32_ERR2 2 /* Unused (was non-character) */
#define PCRE_UTF32_ERR3 3
/* Request types for pcre_fullinfo() */