diff options
author | ph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15> | 2008-07-09 16:20:19 +0000 |
---|---|---|
committer | ph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15> | 2008-07-09 16:20:19 +0000 |
commit | 4e445de088852324fd84d761b4ec89647722d595 (patch) | |
tree | a74e7e14678f6b06ebb2d8e1a6fdbb9ca213bd68 /pcre_refcount.c | |
parent | 952b13a4b1c7fa5517937470b9752c7530dde2d6 (diff) | |
download | pcre-4e445de088852324fd84d761b4ec89647722d595.tar.gz |
Add PCRE_CALL_CONVENTION for MSVC users; add some missing PCRE_EXP_DEFNs.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@359 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcre_refcount.c')
-rw-r--r-- | pcre_refcount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcre_refcount.c b/pcre_refcount.c index eeb2897..92e4b85 100644 --- a/pcre_refcount.c +++ b/pcre_refcount.c @@ -68,7 +68,7 @@ Returns: the (possibly updated) count value (a non-negative number), or a negative error number */ -PCRE_EXP_DEFN int +PCRE_EXP_DEFN int PCRE_CALL_CONVENTION pcre_refcount(pcre *argument_re, int adjust) { real_pcre *re = (real_pcre *)argument_re; |