diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2008-11-23 18:30:38 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2008-11-23 18:30:38 +0000 |
| commit | d8b835620ccbc9e81bab42cd73a90a752c8d13da (patch) | |
| tree | 44c468de98fbb6d1e990c10d4e0e205945a4a33b /ext/pcre/pcrelib/pcre_refcount.c | |
| parent | 3d8b5526af3b9483f10ecb5be463093344711c5f (diff) | |
| download | php-git-d8b835620ccbc9e81bab42cd73a90a752c8d13da.tar.gz | |
MFB: Fixed bug #46643 (Upgraded PCRElib to 7.8)
Diffstat (limited to 'ext/pcre/pcrelib/pcre_refcount.c')
| -rw-r--r-- | ext/pcre/pcrelib/pcre_refcount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pcre/pcrelib/pcre_refcount.c b/ext/pcre/pcrelib/pcre_refcount.c index f31399ea24..c92d578e6e 100644 --- a/ext/pcre/pcrelib/pcre_refcount.c +++ b/ext/pcre/pcrelib/pcre_refcount.c @@ -66,7 +66,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; |
