X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fsrc%2Fpcre%2Fpcre_version.c;fp=src%2Fsrc%2Fpcre%2Fpcre_version.c;h=d4f8e2a8ab82b515e20cbade624bd909af3e3df9;hb=64f2600a56e0201f23dd3496a499fff6ef22c0c0;hp=1a30fe01485d263c45938cb2b81df28cec1260ac;hpb=d52120f2b5b5464091a61a47fe881a6e8f6ec09f;p=exim.git diff --git a/src/src/pcre/pcre_version.c b/src/src/pcre/pcre_version.c index 1a30fe014..d4f8e2a8a 100644 --- a/src/src/pcre/pcre_version.c +++ b/src/src/pcre/pcre_version.c @@ -1,4 +1,4 @@ -/* $Cambridge: exim/src/src/pcre/pcre_version.c,v 1.4 2007/01/23 15:08:45 ph10 Exp $ */ +/* $Cambridge: exim/src/src/pcre/pcre_version.c,v 1.5 2007/06/26 11:16:54 ph10 Exp $ */ /************************************************* * Perl-Compatible Regular Expressions * @@ -8,7 +8,7 @@ and semantics are as close as possible to those of the Perl 5 language. Written by Philip Hazel - Copyright (c) 1997-2006 University of Cambridge + Copyright (c) 1997-2007 University of Cambridge ----------------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without @@ -77,7 +77,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)?