summaryrefslogtreecommitdiff
path: root/pcre_globals.c
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2010-03-10 16:08:01 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2010-03-10 16:08:01 +0000
commit2b6afaf95389abfb23a75f791481df6f04f7dcd0 (patch)
tree00561b490a13ba30f5b33fb93dd83d46817b44c1 /pcre_globals.c
parent967823bcbc807492f562c85260a653a39eed2e23 (diff)
downloadpcre-2b6afaf95389abfb23a75f791481df6f04f7dcd0.tar.gz
Tidies for 8.02-RC1 release.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@507 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcre_globals.c')
-rw-r--r--pcre_globals.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/pcre_globals.c b/pcre_globals.c
index 10d0b2b..4562e0a 100644
--- a/pcre_globals.c
+++ b/pcre_globals.c
@@ -43,10 +43,10 @@ PCRE is thread-clean and doesn't use any global variables in the normal sense.
However, it calls memory allocation and freeing functions via the four
indirections below, and it can optionally do callouts, using the fifth
indirection. These values can be changed by the caller, but are shared between
-all threads.
+all threads.
-For MS Visual Studio and Symbian OS, there are problems in initializing these
-variables to non-local functions. In these cases, therefore, an indirection via
+For MS Visual Studio and Symbian OS, there are problems in initializing these
+variables to non-local functions. In these cases, therefore, an indirection via
a local function is used.
Also, when compiling for Virtual Pascal, things are done differently, and