summaryrefslogtreecommitdiff
path: root/lib/unicase/caseprop.h
diff options
context:
space:
mode:
authorManuel A. Fernandez Montecelo <manuel.montezelo@gmail.com>2016-05-27 14:28:30 +0100
committerManuel A. Fernandez Montecelo <manuel.montezelo@gmail.com>2016-05-27 14:28:30 +0100
commita9a31b1de5776a3b08a82101a4fa711294f0dd1d (patch)
tree159134a624e51509f40ed8823249f09a70d1dda3 /lib/unicase/caseprop.h
parent5f2b09982312c98863eb9a8dfe2c608b81f58259 (diff)
Imported Upstream version 0.9.6+really0.9.3upstream/0.9.6+really0.9.3
Diffstat (limited to 'lib/unicase/caseprop.h')
-rw-r--r--lib/unicase/caseprop.h8
1 files changed, 3 insertions, 5 deletions
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 <bruno@clisp.org>, 2009.
This program is free software: you can redistribute it and/or modify it
@@ -22,13 +22,11 @@
<http://www.unicode.org/versions/Unicode5.0.0/ch03.pdf>, 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,
<http://www.unicode.org/versions/Unicode5.0.0/ch03.pdf>, section 3.13,
definition D121. */
extern bool
- uc_is_case_ignorable (ucs4_t uc)
- _UC_ATTRIBUTE_CONST;
+ uc_is_case_ignorable (ucs4_t uc);