summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2010-06-14 13:54:29 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2010-06-14 13:54:29 +0000
commit5df395fb1b6fd8ae30a48c47b1d44cb7fdb71ccb (patch)
treef5fe4bdf84eb1815ef8d8b8fc4bb8bf1428a8beb
parentd940107b6f55a1f47fb03ddb48e6246175ba669b (diff)
downloadpcre-5df395fb1b6fd8ae30a48c47b1d44cb7fdb71ccb.tar.gz
Typo in comment.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@540 2f5784b3-3f2a-0410-8824-cb99058d5e15
-rw-r--r--pcre_chartables.c.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcre_chartables.c.dist b/pcre_chartables.c.dist
index ae45db0..9117ae3 100644
--- a/pcre_chartables.c.dist
+++ b/pcre_chartables.c.dist
@@ -14,7 +14,7 @@ example ISO-8859-1. When dftables is run, it creates these tables in the
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