summaryrefslogtreecommitdiffstats
path: root/include/xlocale
diff options
context:
space:
mode:
authortheraven <theraven@FreeBSD.org>2012-03-13 18:53:28 +0000
committertheraven <theraven@FreeBSD.org>2012-03-13 18:53:28 +0000
commit98f4b9082084ebf31fe132ff1120d552ee5917f7 (patch)
tree687f62638b0bb8335e147595532191fdb722ee6f /include/xlocale
parent2895bb961db29adc9d18fbc6acadf748724f80db (diff)
downloadFreeBSD-src-98f4b9082084ebf31fe132ff1120d552ee5917f7.zip
FreeBSD-src-98f4b9082084ebf31fe132ff1120d552ee5917f7.tar.gz
And remove the duplicate inlines...
Approved by: dim (mentor)
Diffstat (limited to 'include/xlocale')
-rw-r--r--include/xlocale/_ctype.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xlocale/_ctype.h b/include/xlocale/_ctype.h
index 9cb3385..481fe33 100644
--- a/include/xlocale/_ctype.h
+++ b/include/xlocale/_ctype.h
@@ -70,7 +70,7 @@ _RuneLocale *__runes_for_locale(locale_t, int*);
#ifdef _XLOCALE_WCTYPES
_XLOCALE_INLINE int
__maskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc);
-_XLOCALE_INLINE __inline int
+_XLOCALE_INLINE int
__istype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc);
_XLOCALE_INLINE int
@@ -82,7 +82,7 @@ __maskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc)
runes->__runetype[__c] & __f;
}
-_XLOCALE_INLINE __inline int
+_XLOCALE_INLINE int
__istype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc)
{
return (!!__maskrune_l(__c, __f, __loc));
OpenPOWER on IntegriCloud