From 0a9bfa1c7d1d30a926c20cb45f935d05e2d2752a Mon Sep 17 00:00:00 2001 From: Cody Russell Date: Mon, 23 Aug 2010 12:34:53 -0500 Subject: [PATCH] Add const to _pcre_ucp_othercase() definition in pcre_internal.h --- glib/pcre/pcre_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/pcre/pcre_internal.h b/glib/pcre/pcre_internal.h index 320a7e7a9..7c7412f32 100644 --- a/glib/pcre/pcre_internal.h +++ b/glib/pcre/pcre_internal.h @@ -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 */