summaryrefslogtreecommitdiff
path: root/pcre.h.in
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-08-27 15:53:04 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-08-27 15:53:04 +0000
commit69a020ebaba81397fa6166d3afdd4556218a7b28 (patch)
tree9eba077b3bb1f26b06c990df68e5e231c4f544a6 /pcre.h.in
parenta7f4289cadfc50c1b69530344c5a81edc41138fd (diff)
downloadpcre-69a020ebaba81397fa6166d3afdd4556218a7b28.tar.gz
Give PCRE_ERROR_JIT_STACKLIMIT when JIT runs out of stack.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@676 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 1eb5073..c516518 100644
--- a/pcre.h.in
+++ b/pcre.h.in
@@ -164,6 +164,7 @@ compile-time only bits for runtime options, or vice versa. */
#define PCRE_ERROR_BADOFFSET (-24)
#define PCRE_ERROR_SHORTUTF8 (-25)
#define PCRE_ERROR_RECURSELOOP (-26)
+#define PCRE_ERROR_JIT_STACKLIMIT (-27)
/* Specific error codes for UTF-8 validity checks */