From 77e5ed58d6967ca0f91299a58dafa10bf185f067 Mon Sep 17 00:00:00 2001 From: Dwight Date: Mon, 30 Nov 2009 17:44:14 -0500 Subject: we are always static with pcre --- pcre-7.4/pcre_version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pcre-7.4/pcre_version.c') 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)? -- cgit v1.2.1