summaryrefslogtreecommitdiffstats
path: root/generic/tclClock.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclClock.c')
-rw-r--r--generic/tclClock.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/generic/tclClock.c b/generic/tclClock.c
index a417758..a324b65 100644
--- a/generic/tclClock.c
+++ b/generic/tclClock.c
@@ -336,7 +336,7 @@ ClockDeleteCmdProc(
/*
*----------------------------------------------------------------------
*/
-inline Tcl_Obj *
+static inline Tcl_Obj *
NormTimezoneObj(
ClockClientData *dataPtr, /* Client data containing literal pool */
Tcl_Obj *timezoneObj)
@@ -383,7 +383,7 @@ NormTimezoneObj(
/*
*----------------------------------------------------------------------
*/
-inline Tcl_Obj *
+static inline Tcl_Obj *
ClockGetSystemLocale(
ClockClientData *dataPtr, /* Opaque pointer to literal pool, etc. */
Tcl_Interp *interp) /* Tcl interpreter */
@@ -397,7 +397,7 @@ ClockGetSystemLocale(
/*
*----------------------------------------------------------------------
*/
-inline Tcl_Obj *
+static inline Tcl_Obj *
ClockGetCurrentLocale(
ClockClientData *dataPtr, /* Client data containing literal pool */
Tcl_Interp *interp) /* Tcl interpreter */
@@ -782,7 +782,7 @@ ClockConfigureObjCmd(
/*
*----------------------------------------------------------------------
*/
-inline Tcl_Obj*
+static inline Tcl_Obj *
ClockGetTZData(
ClientData clientData, /* Opaque pointer to literal pool, etc. */
Tcl_Interp *interp, /* Tcl interpreter */