diff options
author | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2017-07-30 11:53:36 +0300 |
---|---|---|
committer | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2017-07-30 11:53:36 +0300 |
commit | dba454ef54bfc83cc1ade93c668f39ec0a5895d3 (patch) | |
tree | 1ea904c2a08d6258cd28e22138ea789d9eb8d037 /pcre/pcre_tables.c | |
parent | dfd7749120e592299fddf2710bc336ee1000ae07 (diff) | |
download | mariadb-git-dba454ef54bfc83cc1ade93c668f39ec0a5895d3.tar.gz |
8.41
Diffstat (limited to 'pcre/pcre_tables.c')
-rw-r--r-- | pcre/pcre_tables.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcre/pcre_tables.c b/pcre/pcre_tables.c index 4960af57c4d..5e18e8cf904 100644 --- a/pcre/pcre_tables.c +++ b/pcre/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), |