summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixTime.c
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2014-11-17 13:00:42 (GMT)
committerdgp@users.sourceforge.net <dgp>2014-11-17 13:00:42 (GMT)
commit96c03b5753e5320201f2fa3a70bf442afcd2747b (patch)
tree3e222c7b968ef013445a78b338cbf8647450ffcd /unix/tclUnixTime.c
parent20c444ceb73da2f79bedcc1056b43ebc29097ac0 (diff)
parent635520e15497f1118c2c447befd2baea2c20e7a8 (diff)
downloadtcl-96c03b5753e5320201f2fa3a70bf442afcd2747b.zip
tcl-96c03b5753e5320201f2fa3a70bf442afcd2747b.tar.gz
tcl-96c03b5753e5320201f2fa3a70bf442afcd2747b.tar.bz2
merge trunk
Diffstat (limited to 'unix/tclUnixTime.c')
-rw-r--r--unix/tclUnixTime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclUnixTime.c b/unix/tclUnixTime.c
index 4452022..315bcf9 100644
--- a/unix/tclUnixTime.c
+++ b/unix/tclUnixTime.c
@@ -199,7 +199,7 @@ TclpWideClicksToNanoseconds(
#ifdef MAC_OSX_TCL
static mach_timebase_info_data_t tb;
static uint64_t maxClicksForUInt64;
-
+
if (!tb.denom) {
mach_timebase_info(&tb);
maxClicksForUInt64 = UINT64_MAX / tb.numer;