From b35a98c4033e4eca8297a37021c84867e65b333e Mon Sep 17 00:00:00 2001 From: "Philip.Hazel" Date: Fri, 14 Apr 2017 12:08:54 +0000 Subject: [PATCH] Remove duplication typo. --- ChangeLog | 2 ++ src/pcre2_tables.c | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2796327..90f0b2d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -133,6 +133,8 @@ particular when it is serialized. 24. Remove a redundant line of code left in accidentally a long time ago. +25. Remove a duplication typo in pcre2_tables.c + Version 10.23 14-February-2017 ------------------------------ diff --git a/src/pcre2_tables.c b/src/pcre2_tables.c index b945ed7..f4da6ab 100644 --- a/src/pcre2_tables.c +++ b/src/pcre2_tables.c @@ -7,7 +7,7 @@ and semantics are as close as possible to those of the Perl 5 language. Written by Philip Hazel Original API code Copyright (c) 1997-2012 University of Cambridge - New API code Copyright (c) 2016 University of Cambridge + New API code Copyright (c) 2016-2017 University of Cambridge ----------------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without @@ -39,7 +39,7 @@ POSSIBILITY OF SUCH DAMAGE. */ /* This module contains some fixed tables that are used by more than one of the -PCRE code modules. The tables are also #included by the pcre2test program, +PCRE2 code modules. The tables are also #included by the pcre2test program, which uses macros to change their names from _pcre2_xxx to xxxx, thereby avoiding name clashes with the library. In this case, PCRE2_PCRE2TEST is defined. */ @@ -148,7 +148,7 @@ two code points. The breaking rules are as follows: 1. Break at the start and end of text (pretty obviously). -2. Do not break between a CR and LF; otherwise, break before and after +2. Do not break between a CR and LF; otherwise, break before and after controls. 3. Do not break Hangul syllable sequences, the rules for which are: @@ -181,7 +181,7 @@ const uint32_t PRIV(ucp_gbtable)[] = { (1<