summaryrefslogtreecommitdiffstats
path: root/include/runetype.h
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2012-03-06 20:15:23 +0000
committerdim <dim@FreeBSD.org>2012-03-06 20:15:23 +0000
commitb8d73c5617e43cf28eead705d64307c7fe69dd80 (patch)
treea81617b9ac3d53e27933e55119708bd24d768851 /include/runetype.h
parent9906b913d94518630c70e4da3cbcb4e7a5aab808 (diff)
downloadFreeBSD-src-b8d73c5617e43cf28eead705d64307c7fe69dd80.zip
FreeBSD-src-b8d73c5617e43cf28eead705d64307c7fe69dd80.tar.gz
After r232498, programs built with -ansi or -std=c89 including <ctype.h>
would not compile anymore, due to plain 'inline' keywords. Fix this by using __inline instead. Reported by: Jia-Shiun Li <jiashiun@gmail.com> Discussed with: theraven
Diffstat (limited to 'include/runetype.h')
-rw-r--r--include/runetype.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/runetype.h b/include/runetype.h
index 972242a..6aad915 100644
--- a/include/runetype.h
+++ b/include/runetype.h
@@ -90,7 +90,7 @@ extern const _RuneLocale *_CurrentRuneLocale;
extern const _RuneLocale *__getCurrentRuneLocale(void);
#else
extern _Thread_local const _RuneLocale *_ThreadRuneLocale;
-static inline const _RuneLocale *__getCurrentRuneLocale(void)
+static __inline const _RuneLocale *__getCurrentRuneLocale(void)
{
if (_ThreadRuneLocale)
OpenPOWER on IntegriCloud