summaryrefslogtreecommitdiff
path: root/pcre_version.c
diff options
context:
space:
mode:
Diffstat (limited to 'pcre_version.c')
-rw-r--r--pcre_version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcre_version.c b/pcre_version.c
index 8525a86..1a9ecb2 100644
--- a/pcre_version.c
+++ b/pcre_version.c
@@ -75,7 +75,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_DATA_SCOPE const char *
+PCRE_EXP_DEFN const char *
pcre_version(void)
{
return (XSTRING(Z PCRE_PRERELEASE)[1] == 0)?