aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/pcre/pcre_chartables.c
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2018-09-06 15:33:16 +0200
committerRickard Green <[email protected]>2018-09-06 15:33:16 +0200
commitd4d6ed058530e5db26782dea4a0fd62c2d1098c4 (patch)
tree3959e2acd0940d4ab2b48019a94aa7881c755fda /erts/emulator/pcre/pcre_chartables.c
parentdb0ebbb8e7eb02b78bce9e87ab67ae15d6d65ff3 (diff)
parent384e8b3b36c6c8ced0778cab9e1569ed0b55e09a (diff)
downloadotp-d4d6ed058530e5db26782dea4a0fd62c2d1098c4.tar.gz
otp-d4d6ed058530e5db26782dea4a0fd62c2d1098c4.tar.bz2
otp-d4d6ed058530e5db26782dea4a0fd62c2d1098c4.zip
Merge branch 'rickard/pcre-8.42/OTP-15217' into maint
* rickard/pcre-8.42/OTP-15217: Update PCRE from version 8.41 to version 8.42
Diffstat (limited to 'erts/emulator/pcre/pcre_chartables.c')
-rw-r--r--erts/emulator/pcre/pcre_chartables.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/erts/emulator/pcre/pcre_chartables.c b/erts/emulator/pcre/pcre_chartables.c
index b3d9020f25..06482c08d2 100644
--- a/erts/emulator/pcre/pcre_chartables.c
+++ b/erts/emulator/pcre/pcre_chartables.c
@@ -19,7 +19,9 @@ array definition from the final binary if PCRE is built into a static library
and dead code stripping is activated. This leads to link errors. Pulling in the
header ensures that the array gets flagged as "someone outside this compilation
unit might reference this" and so it will always be supplied to the linker. */
+
/* %ExternalCopyright% */
+
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif