summaryrefslogtreecommitdiffstats
path: root/generic/tclUtf.c
diff options
context:
space:
mode:
authorsebres <sebres@users.sourceforge.net>2017-07-03 09:23:17 (GMT)
committersebres <sebres@users.sourceforge.net>2017-07-03 09:23:17 (GMT)
commit2ee71804482dc6536a9568a5222b318619e61ef3 (patch)
treefed92f5e374b778aa3b1ac793f11f29d1f3676d4 /generic/tclUtf.c
parent5541cc57f7b0888a1c04bd7950dceb3f6d1f5e04 (diff)
parentd0996f34029620a4e4469b9b70427b6694cd83e6 (diff)
downloadtcl-2ee71804482dc6536a9568a5222b318619e61ef3.zip
tcl-2ee71804482dc6536a9568a5222b318619e61ef3.tar.gz
tcl-2ee71804482dc6536a9568a5222b318619e61ef3.tar.bz2
resolve 8.6-fork
Diffstat (limited to 'generic/tclUtf.c')
-rw-r--r--generic/tclUtf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclUtf.c b/generic/tclUtf.c
index b13ad75..b8b867c 100644
--- a/generic/tclUtf.c
+++ b/generic/tclUtf.c
@@ -98,7 +98,7 @@ static int UtfCount(int ch);
*---------------------------------------------------------------------------
*/
-INLINE static int
+static inline int
UtfCount(
int ch) /* The Tcl_UniChar whose size is returned. */
{
@@ -134,7 +134,7 @@ UtfCount(
*---------------------------------------------------------------------------
*/
-INLINE int
+int
Tcl_UniCharToUtf(
int ch, /* The Tcl_UniChar to be stored in the
* buffer. */