summaryrefslogtreecommitdiff
path: root/pcre.h.in
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-09-11 11:26:11 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-09-11 11:26:11 +0000
commita786a15bec96fa9a25461736e4c2361842d61214 (patch)
tree96627e726314913e70a191c32a8e5b3178e9b322 /pcre.h.in
parentdd05a176ddf4ac5ddc56614f7178c3da4a93c99d (diff)
downloadpcre-a786a15bec96fa9a25461736e4c2361842d61214.tar.gz
Put back the definition of PCRE_ERROR_NULLWSLIMIT for compatibility, even
though it is no longer used. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@233 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcre.h.in')
-rw-r--r--pcre.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcre.h.in b/pcre.h.in
index ad499ba..8bebbb4 100644
--- a/pcre.h.in
+++ b/pcre.h.in
@@ -149,7 +149,7 @@ extern "C" {
#define PCRE_ERROR_DFA_WSSIZE (-19)
#define PCRE_ERROR_DFA_RECURSE (-20)
#define PCRE_ERROR_RECURSIONLIMIT (-21)
-#define PCRE_ERROR_NOTUSED (-22)
+#define PCRE_ERROR_NULLWSLIMIT (-22) /* No longer actually used */
#define PCRE_ERROR_BADNEWLINE (-23)
/* Request types for pcre_fullinfo() */