summaryrefslogtreecommitdiff
path: root/pcre.h.in
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2013-11-12 15:20:26 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2013-11-12 15:20:26 +0000
commit5ca0e46e8fd7939dc161df92c0bc3aece7ce9d96 (patch)
tree69dd910d4bccac5dfb7e377315071ae663afbf65 /pcre.h.in
parentbedf8543fca9244a642da63b60e662d754216085 (diff)
downloadpcre-5ca0e46e8fd7939dc161df92c0bc3aece7ce9d96.tar.gz
Rename the (as yet unreleased) PCRE_NO_AUTO_POSSESSIFY option to
PCRE_NO_AUTO_POSSESS - no need to be so long - and to match (*NO_AUTO_POSSESS). git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1398 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 a96d3e1..4e84a69 100644
--- a/pcre.h.in
+++ b/pcre.h.in
@@ -151,7 +151,7 @@ with J. */
#define PCRE_DFA_SHORTEST 0x00010000 /* D ) Overlaid */
/* This pair use the same bit. */
-#define PCRE_NO_AUTO_POSSESSIFY 0x00020000 /* C1 ) Overlaid */
+#define PCRE_NO_AUTO_POSSESS 0x00020000 /* C1 ) Overlaid */
#define PCRE_DFA_RESTART 0x00020000 /* D ) Overlaid */
#define PCRE_FIRSTLINE 0x00040000 /* C3 */