summaryrefslogtreecommitdiff
path: root/libs/Pcre16/src/pcre_tables.c
diff options
context:
space:
mode:
authorKirill Volinsky <Mataes2007@gmail.com>2017-11-29 12:27:04 +0300
committerKirill Volinsky <Mataes2007@gmail.com>2017-11-29 12:27:04 +0300
commit4b47e5a4bb656ebb5bd493d1ad6f79eaf4f298e1 (patch)
treee3cd7797bb7bff6375e3c93e614eb41620371c70 /libs/Pcre16/src/pcre_tables.c
parent89f3cf8bbb9dc1fa0fe72f6af6638ac086c7e011 (diff)
Pcre16: lib updated to 8.41
Diffstat (limited to 'libs/Pcre16/src/pcre_tables.c')
-rw-r--r--libs/Pcre16/src/pcre_tables.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/Pcre16/src/pcre_tables.c b/libs/Pcre16/src/pcre_tables.c
index 4960af57c4..5e18e8cf90 100644
--- a/libs/Pcre16/src/pcre_tables.c
+++ b/libs/Pcre16/src/pcre_tables.c
@@ -6,7 +6,7 @@
and semantics are as close as possible to those of the Perl 5 language.
Written by Philip Hazel
- Copyright (c) 1997-2012 University of Cambridge
+ Copyright (c) 1997-2017 University of Cambridge
-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without
@@ -161,7 +161,7 @@ const pcre_uint32 PRIV(ucp_gbtable[]) = {
(1<<ucp_gbExtend)|(1<<ucp_gbSpacingMark), /* 5 SpacingMark */
(1<<ucp_gbExtend)|(1<<ucp_gbSpacingMark)|(1<<ucp_gbL)| /* 6 L */
- (1<<ucp_gbL)|(1<<ucp_gbV)|(1<<ucp_gbLV)|(1<<ucp_gbLVT),
+ (1<<ucp_gbV)|(1<<ucp_gbLV)|(1<<ucp_gbLVT),
(1<<ucp_gbExtend)|(1<<ucp_gbSpacingMark)|(1<<ucp_gbV)| /* 7 V */
(1<<ucp_gbT),