Add const to _pcre_ucp_othercase() definition in pcre_internal.h

This commit is contained in:
Cody Russell 2010-08-23 12:34:53 -05:00
parent 5ff8363374
commit 0a9bfa1c7d

View File

@ -1782,7 +1782,7 @@ extern const uschar _pcre_ucd_stage1[];
extern const pcre_uint16 _pcre_ucd_stage2[]; extern const pcre_uint16 _pcre_ucd_stage2[];
extern const int _pcre_ucp_gentype[]; extern const int _pcre_ucp_gentype[];
extern unsigned int _pcre_ucp_othercase (unsigned int); extern unsigned int _pcre_ucp_othercase (const unsigned int);
/* UCD access macros */ /* UCD access macros */