summaryrefslogtreecommitdiff
path: root/pcre_newline.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_newline.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_newline.c')
-rw-r--r--pcre_newline.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcre_newline.c b/pcre_newline.c
index 804a2fd..92b81d1 100644
--- a/pcre_newline.c
+++ b/pcre_newline.c
@@ -73,7 +73,7 @@ Returns: TRUE or FALSE
*/
BOOL
-_pcre_is_newline(PCRE_PUCHAR ptr, int type, PCRE_PUCHAR endptr, int *lenptr,
+PRIV(is_newline)(PCRE_PUCHAR ptr, int type, PCRE_PUCHAR endptr, int *lenptr,
BOOL utf8)
{
int c;
@@ -123,7 +123,7 @@ Returns: TRUE or FALSE
*/
BOOL
-_pcre_was_newline(PCRE_PUCHAR ptr, int type, PCRE_PUCHAR startptr, int *lenptr,
+PRIV(was_newline)(PCRE_PUCHAR ptr, int type, PCRE_PUCHAR startptr, int *lenptr,
BOOL utf8)
{
int c;