diff options
author | ph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15> | 2007-09-11 11:26:11 +0000 |
---|---|---|
committer | ph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15> | 2007-09-11 11:26:11 +0000 |
commit | a786a15bec96fa9a25461736e4c2361842d61214 (patch) | |
tree | 96627e726314913e70a191c32a8e5b3178e9b322 /pcre.h.in | |
parent | dd05a176ddf4ac5ddc56614f7178c3da4a93c99d (diff) | |
download | pcre-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.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() */ |