[Pcre-svn] [1699] code/trunk: Remove duplication typo.

Inizio della pagina
Delete this message
Autore: Subversion repository
Data:  
To: pcre-svn
Oggetto: [Pcre-svn] [1699] code/trunk: Remove duplication typo.
Revision: 1699
          http://vcs.pcre.org/viewvc?view=rev&revision=1699
Author:   ph10
Date:     2017-04-30 14:42:34 +0100 (Sun, 30 Apr 2017)
Log Message:
-----------
Remove duplication typo.


Modified Paths:
--------------
    code/trunk/ChangeLog
    code/trunk/pcre_tables.c


Modified: code/trunk/ChangeLog
===================================================================
--- code/trunk/ChangeLog    2017-04-26 08:43:28 UTC (rev 1698)
+++ code/trunk/ChangeLog    2017-04-30 13:42:34 UTC (rev 1699)
@@ -45,7 +45,9 @@
 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
----------------------------


Modified: code/trunk/pcre_tables.c
===================================================================
--- code/trunk/pcre_tables.c    2017-04-26 08:43:28 UTC (rev 1698)
+++ code/trunk/pcre_tables.c    2017-04-30 13:42:34 UTC (rev 1699)
@@ -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 @@

    (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),