summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-05-24 20:12:47 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-05-24 20:12:47 (GMT)
commit1805ed58239c7150a903b62c4cf7cd32940e29ec (patch)
treedc5a8778e3a8b18692290fce6c99dc45bcac27df
parent3bf5bf30794cbfd0ef689709d43230525ff7bc8f (diff)
parentb15a6a700fb52e4a870d51b35be4437bd9b419c5 (diff)
downloadtcl-1805ed58239c7150a903b62c4cf7cd32940e29ec.zip
tcl-1805ed58239c7150a903b62c4cf7cd32940e29ec.tar.gz
tcl-1805ed58239c7150a903b62c4cf7cd32940e29ec.tar.bz2
Merge 8.6
-rw-r--r--generic/tclCmdMZ.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclCmdMZ.c b/generic/tclCmdMZ.c
index e8fff16..455b44c 100644
--- a/generic/tclCmdMZ.c
+++ b/generic/tclCmdMZ.c
@@ -4373,7 +4373,7 @@ Tcl_TimeRateObjCmd(
}
codePtr = TclCompileObj(interp, objPtr, NULL, 0);
TclPreserveByteCode(codePtr);
- /*
+ /*
* Replace last compiled done instruction with continue: it's a part of
* iteration, this way evaluation will be more similar to a cycle (also
* avoids extra overhead to set result to interp, etc.)
@@ -4549,7 +4549,7 @@ Tcl_TimeRateObjCmd(
Tcl_WideUInt usec, val;
int digits;
- /*
+ /*
* Absolute execution time in microseconds or in wide clicks.
*/
usec = (Tcl_WideUInt)(middle - start);