From 7a0cc794dddd65ef825571056b71e3fca7f4f315 Mon Sep 17 00:00:00 2001 From: Patrik Nyblom Date: Mon, 15 Jul 2013 11:23:38 +0200 Subject: Add erts_prefix to pcre_library and update erl_bif_re --- erts/emulator/pcre/pcre_maketables.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'erts/emulator/pcre/pcre_maketables.c') diff --git a/erts/emulator/pcre/pcre_maketables.c b/erts/emulator/pcre/pcre_maketables.c index 7c4d58d558..9310d886fa 100644 --- a/erts/emulator/pcre/pcre_maketables.c +++ b/erts/emulator/pcre/pcre_maketables.c @@ -68,8 +68,13 @@ Returns: pointer to the contiguous block of data */ #if defined COMPILE_PCRE8 +#if defined(ERLANG_INTEGRATION) +const unsigned char * +erts_pcre_maketables(void) +#else const unsigned char * pcre_maketables(void) +#endif #elif defined COMPILE_PCRE16 const unsigned char * pcre16_maketables(void) -- cgit v1.2.3