[Pcre-svn] [416] code/trunk/src/pcre2_compile.c: Fix out-of-…

Inizio della pagina
Delete this message
Autore: Subversion repository
Data:  
To: pcre-svn
Oggetto: [Pcre-svn] [416] code/trunk/src/pcre2_compile.c: Fix out-of-date comment.
Revision: 416
          http://www.exim.org/viewvc/pcre2?view=rev&revision=416
Author:   ph10
Date:     2015-11-06 17:52:41 +0000 (Fri, 06 Nov 2015)
Log Message:
-----------
Fix out-of-date comment.


Modified Paths:
--------------
    code/trunk/src/pcre2_compile.c


Modified: code/trunk/src/pcre2_compile.c
===================================================================
--- code/trunk/src/pcre2_compile.c    2015-11-05 18:03:16 UTC (rev 415)
+++ code/trunk/src/pcre2_compile.c    2015-11-06 17:52:41 UTC (rev 416)
@@ -5230,10 +5230,7 @@


       /* If the minimum is greater than zero, replicate the group as many
       times as necessary, and adjust the maximum to the number of subsequent
-      copies that we need. If we set a first char from the group, and didn't
-      set a required char, copy the latter from the former. If there are any
-      forward reference subroutine calls in the group, there will be entries on
-      the workspace list; replicate these with an appropriate increment. */
+      copies that we need. */


       else
         {