From abe09755a8ae5d60c229d36b442aebb4961537b7 Mon Sep 17 00:00:00 2001 From: zherczeg Date: Thu, 5 Jan 2012 19:18:12 +0000 Subject: Add pcre16 prefix to 16 bit structs git-svn-id: svn://vcs.exim.org/pcre/code/trunk@852 2f5784b3-3f2a-0410-8824-cb99058d5e15 --- pcre_byte_order.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pcre_byte_order.c') diff --git a/pcre_byte_order.c b/pcre_byte_order.c index 09f8c4a..6ac8325 100644 --- a/pcre_byte_order.c +++ b/pcre_byte_order.c @@ -99,11 +99,11 @@ Returns: 0 if the swap is successful, negative on error PCRE_EXP_DECL int pcre_pattern_to_host_byte_order(pcre *argument_re, pcre_extra *extra_data, const unsigned char *tables) #else -PCRE_EXP_DECL int pcre16_pattern_to_host_byte_order(pcre *argument_re, +PCRE_EXP_DECL int pcre16_pattern_to_host_byte_order(pcre16 *argument_re, pcre16_extra *extra_data, const unsigned char *tables) #endif { -real_pcre *re = (real_pcre *)argument_re; +REAL_PCRE *re = (REAL_PCRE *)argument_re; pcre_study_data *study; #ifndef COMPILE_PCRE8 pcre_uchar *ptr; -- cgit v1.2.1