summaryrefslogtreecommitdiff
path: root/pcre_internal.h
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2013-10-09 10:18:26 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2013-10-09 10:18:26 +0000
commitaa623d620b555facb974220d9feb5167804436b6 (patch)
tree2abe7a2e0252844f3f525b97561d100b1d9cfb95 /pcre_internal.h
parente53ac621ef11427dd1c9fd6def13349cc196fd8c (diff)
downloadpcre-aa623d620b555facb974220d9feb5167804436b6.tar.gz
Add \o{} and tidy up \x{} handling. Minor update to RunTest.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1370 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcre_internal.h')
-rw-r--r--pcre_internal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/pcre_internal.h b/pcre_internal.h
index 9002f8f..124d28c 100644
--- a/pcre_internal.h
+++ b/pcre_internal.h
@@ -2315,7 +2315,8 @@ enum { ERR0, ERR1, ERR2, ERR3, ERR4, ERR5, ERR6, ERR7, ERR8, ERR9,
ERR40, ERR41, ERR42, ERR43, ERR44, ERR45, ERR46, ERR47, ERR48, ERR49,
ERR50, ERR51, ERR52, ERR53, ERR54, ERR55, ERR56, ERR57, ERR58, ERR59,
ERR60, ERR61, ERR62, ERR63, ERR64, ERR65, ERR66, ERR67, ERR68, ERR69,
- ERR70, ERR71, ERR72, ERR73, ERR74, ERR75, ERR76, ERR77, ERR78, ERRCOUNT };
+ ERR70, ERR71, ERR72, ERR73, ERR74, ERR75, ERR76, ERR77, ERR78, ERR79,
+ ERR80, ERR81, ERRCOUNT };
/* JIT compiling modes. The function list is indexed by them. */
enum { JIT_COMPILE, JIT_PARTIAL_SOFT_COMPILE, JIT_PARTIAL_HARD_COMPILE,