diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2006-08-30 20:00:59 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2006-08-30 20:00:59 +0000 |
commit | 30d213667e03923691890ecabc92f8fb451c7f72 (patch) | |
tree | f81d3c835f6d9cffd304dcc177e6f1e05a1e9420 /ext/pcre/pcrelib/pcre_ucp_searchfuncs.c | |
parent | 922fd0240495534a8ecb8449b5a75aa361a1121c (diff) | |
download | php-git-30d213667e03923691890ecabc92f8fb451c7f72.tar.gz |
MFB: Upgrade PCRE lib to 6.7
Diffstat (limited to 'ext/pcre/pcrelib/pcre_ucp_searchfuncs.c')
-rw-r--r-- | ext/pcre/pcrelib/pcre_ucp_searchfuncs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pcre/pcrelib/pcre_ucp_searchfuncs.c b/ext/pcre/pcrelib/pcre_ucp_searchfuncs.c index ac964ca903..7a4be94861 100644 --- a/ext/pcre/pcrelib/pcre_ucp_searchfuncs.c +++ b/ext/pcre/pcrelib/pcre_ucp_searchfuncs.c @@ -79,7 +79,7 @@ Returns: the character type category */ int -_pcre_ucp_findprop(const int c, int *type_ptr, int *script_ptr) +_pcre_ucp_findprop(const unsigned int c, int *type_ptr, int *script_ptr) { int bot = 0; int top = sizeof(ucp_table)/sizeof(cnode); |