summaryrefslogtreecommitdiff
path: root/pcre_fullinfo.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_fullinfo.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_fullinfo.c')
-rw-r--r--pcre_fullinfo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcre_fullinfo.c b/pcre_fullinfo.c
index bfb3156..7e7e238 100644
--- a/pcre_fullinfo.c
+++ b/pcre_fullinfo.c
@@ -81,7 +81,7 @@ if (extra_data != NULL && (extra_data->flags & PCRE_EXTRA_STUDY_DATA) != 0)
if (re->magic_number != MAGIC_NUMBER)
{
- re = _pcre_try_flipped(re, &internal_re, study, &internal_study);
+ re = PRIV(try_flipped)(re, &internal_re, study, &internal_study);
if (re == NULL) return PCRE_ERROR_BADMAGIC;
if (study != NULL) study = &internal_study;
}
@@ -153,7 +153,7 @@ switch (what)
break;
case PCRE_INFO_DEFAULT_TABLES:
- *((const pcre_uint8 **)where) = (const pcre_uint8 *)(_pcre_default_tables);
+ *((const pcre_uint8 **)where) = (const pcre_uint8 *)(PRIV(default_tables));
break;
/* From release 8.00 this will always return TRUE because NOPARTIAL is