summaryrefslogtreecommitdiff
path: root/pcre.h.in
diff options
context:
space:
mode:
authorchpe <chpe@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-10-16 15:57:12 +0000
committerchpe <chpe@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-10-16 15:57:12 +0000
commit1bfe051af5617c37096d2cc683d42f048fd600f9 (patch)
tree3d6acb25aadd20f6852957a618c93d731d2c53c0 /pcre.h.in
parent8a0378e0ad9448c3a33b980b320613c31b65264e (diff)
downloadpcre-1bfe051af5617c37096d2cc683d42f048fd600f9.tar.gz
pcre32: Rename new values to pcre32_fullinfo
Rename to PCRE_INFO_FIRSTCHARACTER[FLAGS] (unfortunately PCRE_INFO_FIRSTCHAR was already taken) and PCRE_INFO_REQUIREDCHAR[FLAGS]. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1113 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcre.h.in')
-rw-r--r--pcre.h.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/pcre.h.in b/pcre.h.in
index 95f20e6..f568e3c 100644
--- a/pcre.h.in
+++ b/pcre.h.in
@@ -247,10 +247,10 @@ compiling). */
#define PCRE_INFO_JIT 16
#define PCRE_INFO_JITSIZE 17
#define PCRE_INFO_MAXLOOKBEHIND 18
-#define PCRE_INFO_FIRSTLITERAL 19
-#define PCRE_INFO_FIRSTLITERALSET 20
-#define PCRE_INFO_LASTLITERAL2 21
-#define PCRE_INFO_LASTLITERAL2SET 22
+#define PCRE_INFO_FIRSTCHARACTER 19
+#define PCRE_INFO_FIRSTCHARACTERFLAGS 20
+#define PCRE_INFO_REQUIREDCHAR 21
+#define PCRE_INFO_REQUIREDCHARFLAGS 22
/* Request types for pcre_config(). Do not re-arrange, in order to remain
compatible. */