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)
commitf7a562e6ef980a33224b0f7f578e9b4b0c0280c0 (patch)
treefed92f5e374b778aa3b1ac793f11f29d1f3676d4 /generic/tclUtf.c
parent7d46b00315e7e719e46ffc2c0f0cbe6a6844cb2d (diff)
parent41de3a7f8d82c4026e4586675ca4e24a585627b7 (diff)
downloadtcl-f7a562e6ef980a33224b0f7f578e9b4b0c0280c0.zip
tcl-f7a562e6ef980a33224b0f7f578e9b4b0c0280c0.tar.gz
tcl-f7a562e6ef980a33224b0f7f578e9b4b0c0280c0.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. */