From a9a31b1de5776a3b08a82101a4fa711294f0dd1d Mon Sep 17 00:00:00 2001 From: "Manuel A. Fernandez Montecelo" Date: Fri, 27 May 2016 14:28:30 +0100 Subject: Imported Upstream version 0.9.6+really0.9.3 --- lib/unicase/caseprop.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'lib/unicase/caseprop.h') diff --git a/lib/unicase/caseprop.h b/lib/unicase/caseprop.h index f10081c..391d169 100644 --- a/lib/unicase/caseprop.h +++ b/lib/unicase/caseprop.h @@ -1,5 +1,5 @@ /* Case related properties of Unicode characters. - Copyright (C) 2009-2015 Free Software Foundation, Inc. + Copyright (C) 2009-2010 Free Software Foundation, Inc. Written by Bruno Haible , 2009. This program is free software: you can redistribute it and/or modify it @@ -22,13 +22,11 @@ , section 3.13, definition D120. */ extern bool - uc_is_cased (ucs4_t uc) - _UC_ATTRIBUTE_CONST; + uc_is_cased (ucs4_t uc); /* Determine whether a character is "case-ignorable" according to the Unicode Standard, , section 3.13, definition D121. */ extern bool - uc_is_case_ignorable (ucs4_t uc) - _UC_ATTRIBUTE_CONST; + uc_is_case_ignorable (ucs4_t uc); -- cgit v1.2.3