summaryrefslogtreecommitdiff
path: root/pcre.h.in
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2010-11-07 16:14:50 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2010-11-07 16:14:50 +0000
commit48f3c76588362811dfc43674ba54066f2f31b045 (patch)
treec87bbd2572ac3c6d6e5fa40d4699a39fca61d665 /pcre.h.in
parentd04625dfed2986d95e3d39df9ed653d5d6de7ab3 (diff)
downloadpcre-48f3c76588362811dfc43674ba54066f2f31b045.tar.gz
Add PCRE_ERROR_SHORTUTF8 to PCRE_PARTIAL_HARD processing.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@569 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 deecc7d..fda971c 100644
--- a/pcre.h.in
+++ b/pcre.h.in
@@ -162,6 +162,7 @@ compile-time only bits for runtime options, or vice versa. */
#define PCRE_ERROR_NULLWSLIMIT (-22) /* No longer actually used */
#define PCRE_ERROR_BADNEWLINE (-23)
#define PCRE_ERROR_BADOFFSET (-24)
+#define PCRE_ERROR_SHORTUTF8 (-25)
/* Request types for pcre_fullinfo() */