summaryrefslogtreecommitdiff
path: root/pcreposix.c
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2010-06-16 10:51:15 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2010-06-16 10:51:15 +0000
commit0e465ff65a67b48a0a62a8807b67a79ea52ba534 (patch)
tree3ac3ae3515cbcfc64181c82d78b2d4271764c7c0 /pcreposix.c
parent0b7e881ffab59316d7fdef968feea28718f94d71 (diff)
downloadpcre-0e465ff65a67b48a0a62a8807b67a79ea52ba534.tar.gz
Tidyup for 8.10-RC2 test release.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@545 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcreposix.c')
-rw-r--r--pcreposix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcreposix.c b/pcreposix.c
index 090e6c8..c5f3d71 100644
--- a/pcreposix.c
+++ b/pcreposix.c
@@ -57,9 +57,9 @@ previously been set. */
# define PCREPOSIX_EXP_DEFN __declspec(dllexport)
#endif
-/* We include pcre.h before pcre_internal.h so that the PCRE library functions
+/* We include pcre.h before pcre_internal.h so that the PCRE library functions
are declared as "import" for Windows by defining PCRE_EXP_DECL as "import".
-This is needed even though pcre_internal.h itself includes pcre.h, because it
+This is needed even though pcre_internal.h itself includes pcre.h, because it
does so after it has set PCRE_EXP_DECL to "export" if it is not already set. */
#include "pcre.h"