[Pcre-svn] [540] code/trunk/pcre_chartables.c.dist: Typo in …

Página Inicial
Delete this message
Autor: Subversion repository
Data:  
Para: pcre-svn
Assunto: [Pcre-svn] [540] code/trunk/pcre_chartables.c.dist: Typo in comment.
Revision: 540
          http://vcs.pcre.org/viewvc?view=rev&revision=540
Author:   ph10
Date:     2010-06-14 14:54:29 +0100 (Mon, 14 Jun 2010)


Log Message:
-----------
Typo in comment.

Modified Paths:
--------------
    code/trunk/pcre_chartables.c.dist


Modified: code/trunk/pcre_chartables.c.dist
===================================================================
--- code/trunk/pcre_chartables.c.dist    2010-06-13 21:35:04 UTC (rev 539)
+++ code/trunk/pcre_chartables.c.dist    2010-06-14 13:54:29 UTC (rev 540)
@@ -14,7 +14,7 @@
 current locale. If PCRE is configured with --enable-rebuild-chartables, this
 happens automatically.


-The following #includes are present because without the gcc 4.x may remove the
+The following #includes are present because without them gcc 4.x may remove the
array definition from the final binary if PCRE is built into a static library
and dead code stripping is activated. This leads to link errors. Pulling in the
header ensures that the array gets flagged as "someone outside this compilation