aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/pcre/pcre_maketables.c
diff options
context:
space:
mode:
Diffstat (limited to 'erts/emulator/pcre/pcre_maketables.c')
-rw-r--r--erts/emulator/pcre/pcre_maketables.c5
1 files changed, 5 insertions, 0 deletions
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)