summaryrefslogtreecommitdiff
path: root/pcre_internal.h
diff options
context:
space:
mode:
authorzherczeg <zherczeg@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-02-14 13:05:39 +0000
committerzherczeg <zherczeg@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-02-14 13:05:39 +0000
commit87e4a4ffccc78b7e4cebc73265472eef97c3ada8 (patch)
tree731310a8061fa17a9a14b565e03dad8bcd7f73b9 /pcre_internal.h
parent3d797613843e50b6525145e8526a0fce35db3dee (diff)
downloadpcre-87e4a4ffccc78b7e4cebc73265472eef97c3ada8.tar.gz
Improved \X and back reference partial matching
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@915 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcre_internal.h')
-rw-r--r--pcre_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcre_internal.h b/pcre_internal.h
index e842de9..bf6eb09 100644
--- a/pcre_internal.h
+++ b/pcre_internal.h
@@ -1944,7 +1944,7 @@ enum { ERR0, ERR1, ERR2, ERR3, ERR4, ERR5, ERR6, ERR7, ERR8, ERR9,
/* JIT compiling modes. The function list is indexed by them. */
enum { JIT_COMPILE, JIT_PARTIAL_SOFT_COMPILE, JIT_PARTIAL_HARD_COMPILE,
- JIT_NUMBER_OF_COMPILE_TYPES };
+ JIT_NUMBER_OF_COMPILE_MODES };
/* The real format of the start of the pcre block; the index of names and the
code vector run on as long as necessary after the end. We store an explicit