mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 02:06:18 +01:00
Add const to _pcre_ucp_othercase() definition in pcre_internal.h
This commit is contained in:
parent
5ff8363374
commit
0a9bfa1c7d
@ -1782,7 +1782,7 @@ extern const uschar _pcre_ucd_stage1[];
|
||||
extern const pcre_uint16 _pcre_ucd_stage2[];
|
||||
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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user