summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2017-04-30 13:42:34 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2017-04-30 13:42:34 +0000
commit4bbd722243d1c17600869dbbfb47cf7864ab3f18 (patch)
tree9ce905a8911b92a0c0e95ffa4f0d0b084b97b50b
parent7a334ed339d0ca1ca93ea3062d71c634b748c27c (diff)
downloadpcre-4bbd722243d1c17600869dbbfb47cf7864ab3f18.tar.gz
Remove duplication typo.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1699 2f5784b3-3f2a-0410-8824-cb99058d5e15
-rw-r--r--ChangeLog2
-rw-r--r--pcre_tables.c4
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 943082e..1d258b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -45,6 +45,8 @@ length incorrectly, which could result in buffer overflow.
11. Applied C++ patch from Irfan Adilovic to guard 'using std::' directives
with namespace pcrecpp (Bugzilla #2084).
+12. Remove a duplication typo in pcre_tables.c
+
Version 8.40 11-January-2017
----------------------------
diff --git a/pcre_tables.c b/pcre_tables.c
index 4960af5..5e18e8c 100644
--- a/pcre_tables.c
+++ b/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),