summaryrefslogtreecommitdiff
path: root/pcre-7.4/pcre_version.c
diff options
context:
space:
mode:
authorDwight <dmerriman@gmail.com>2009-11-30 17:44:14 -0500
committerDwight <dmerriman@gmail.com>2009-11-30 17:44:14 -0500
commit77e5ed58d6967ca0f91299a58dafa10bf185f067 (patch)
tree9d70ea158432c88c665adad3ac85cdb7bf26cb6b /pcre-7.4/pcre_version.c
parent25bb636eb4df4c40ac4549d9a6502c278b2e786f (diff)
downloadmongo-77e5ed58d6967ca0f91299a58dafa10bf185f067.tar.gz
we are always static with pcre
Diffstat (limited to 'pcre-7.4/pcre_version.c')
-rw-r--r--pcre-7.4/pcre_version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcre-7.4/pcre_version.c b/pcre-7.4/pcre_version.c
index 425ab214cea..c3b9ceebd32 100644
--- a/pcre-7.4/pcre_version.c
+++ b/pcre-7.4/pcre_version.c
@@ -79,7 +79,7 @@ I could find no way of detecting that a macro is defined as an empty string at
pre-processor time. This hack uses a standard trick for avoiding calling
the STRING macro with an empty argument when doing the test. */
-PCRE_EXP_DEFN const char *
+const char *
pcre_version(void)
{
return (XSTRING(Z PCRE_PRERELEASE)[1] == 0)?