summaryrefslogtreecommitdiff
path: root/pcre_ucp_searchfuncs.c
diff options
context:
space:
mode:
Diffstat (limited to 'pcre_ucp_searchfuncs.c')
-rw-r--r--pcre_ucp_searchfuncs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcre_ucp_searchfuncs.c b/pcre_ucp_searchfuncs.c
index a11b35c..91d5a47 100644
--- a/pcre_ucp_searchfuncs.c
+++ b/pcre_ucp_searchfuncs.c
@@ -92,7 +92,7 @@ Returns: the character type category
*/
int
-_pcre_ucp_findprop(const unsigned int c, int *type_ptr, int *script_ptr)
+PRIV(ucp_findprop)(const unsigned int c, int *type_ptr, int *script_ptr)
{
int bot = 0;
int top = sizeof(ucp_table)/sizeof(cnode);
@@ -148,7 +148,7 @@ Returns: the other case or NOTACHAR if none
*/
unsigned int
-_pcre_ucp_othercase(const unsigned int c)
+PRIV(ucp_othercase)(const unsigned int c)
{
int bot = 0;
int top = sizeof(ucp_table)/sizeof(cnode);