summaryrefslogtreecommitdiff
path: root/pcreposix.c
diff options
context:
space:
mode:
authorzherczeg <zherczeg@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-12-14 11:18:01 +0000
committerzherczeg <zherczeg@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-12-14 11:18:01 +0000
commit99b75fb8c82fcc4587c405f3c58df82a056a5b3c (patch)
treeb1f0f1fa48e9832e3101c7055819a5272c917145 /pcreposix.c
parent04e5d49a66f466c4f1fb47170231fa7bc74111f4 (diff)
downloadpcre-99b75fb8c82fcc4587c405f3c58df82a056a5b3c.tar.gz
PUBL macro added, single char optimization is fixed, MAX_255 checks are added, pcre_jit_test now copy the default tables to help valgrind
git-svn-id: svn://vcs.exim.org/pcre/code/branches/pcre16@804 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcreposix.c')
-rw-r--r--pcreposix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcreposix.c b/pcreposix.c
index 8e82ba6..d931c63 100644
--- a/pcreposix.c
+++ b/pcreposix.c
@@ -228,7 +228,7 @@ return length + addlength;
PCREPOSIX_EXP_DEFN void PCRE_CALL_CONVENTION
regfree(regex_t *preg)
{
-(pcre_free)(preg->re_pcre);
+(PUBL(free))(preg->re_pcre);
}