summaryrefslogtreecommitdiff
path: root/pcre_info.c
diff options
context:
space:
mode:
authorzherczeg <zherczeg@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-11-23 17:23:20 +0000
committerzherczeg <zherczeg@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-11-23 17:23:20 +0000
commit950a27a0fd444ac862e956d0438d2d196519bd1a (patch)
tree853c03ed7471be8a477eb83285f02667b8bdb394 /pcre_info.c
parente999fd0968252b446d0c5f88282767cd5b6c208a (diff)
downloadpcre-950a27a0fd444ac862e956d0438d2d196519bd1a.tar.gz
PRIV macro added, several new files added
git-svn-id: svn://vcs.exim.org/pcre/code/branches/pcre16@764 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcre_info.c')
-rw-r--r--pcre_info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcre_info.c b/pcre_info.c
index f35f398..1362bc1 100644
--- a/pcre_info.c
+++ b/pcre_info.c
@@ -80,7 +80,7 @@ const real_pcre *re = (const real_pcre *)argument_re;
if (re == NULL) return PCRE_ERROR_NULL;
if (re->magic_number != MAGIC_NUMBER)
{
- re = _pcre_try_flipped(re, &internal_re, NULL, NULL);
+ re = PRIV(try_flipped)(re, &internal_re, NULL, NULL);
if (re == NULL) return PCRE_ERROR_BADMAGIC;
}
if (optptr != NULL) *optptr = (int)(re->options & PUBLIC_COMPILE_OPTIONS);