summaryrefslogtreecommitdiff
path: root/pcre.h.in
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-10-30 16:34:17 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-10-30 16:34:17 +0000
commit4fd578d0b721e7267bbfad4dd97652687d643d09 (patch)
treeec2de1708eabf653f80ff90ce44dc1870237ab1e /pcre.h.in
parentf8accb600710dd0aa53136ab60afd94db501f89d (diff)
downloadpcre-4fd578d0b721e7267bbfad4dd97652687d643d09.tar.gz
Add PCRE_ERROR_BADLENGTH for a negative length.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1189 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 15da4b0..c868a61 100644
--- a/pcre.h.in
+++ b/pcre.h.in
@@ -184,6 +184,7 @@ compiling). */
#define PCRE_ERROR_BADENDIANNESS (-29)
#define PCRE_ERROR_DFA_BADRESTART (-30)
#define PCRE_ERROR_JIT_BADOPTION (-31)
+#define PCRE_ERROR_BADLENGTH (-32)
/* Specific error codes for UTF-8 validity checks */