aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/pcre/pcre_chartables.c
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2018-08-07 18:49:26 +0200
committerRickard Green <[email protected]>2018-08-08 14:00:32 +0200
commit384e8b3b36c6c8ced0778cab9e1569ed0b55e09a (patch)
tree4c3f950d2c5004bcde208291b7d06b1ba2290141 /erts/emulator/pcre/pcre_chartables.c
parent4664de710ded469916fcc8f85d4e9791adc319e9 (diff)
downloadotp-384e8b3b36c6c8ced0778cab9e1569ed0b55e09a.tar.gz
otp-384e8b3b36c6c8ced0778cab9e1569ed0b55e09a.tar.bz2
otp-384e8b3b36c6c8ced0778cab9e1569ed0b55e09a.zip
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