diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-05-24 20:14:00 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-05-24 20:14:00 (GMT) |
| commit | e09e63e37e690f36ffc3b95ea85e966809c4b305 (patch) | |
| tree | c7fff97886c28b1921346faa7a3560cae51e51b1 | |
| parent | 3181d9ef0f4af335ae3f2f3794a8c2b39ecef508 (diff) | |
| parent | 1805ed58239c7150a903b62c4cf7cd32940e29ec (diff) | |
| download | tcl-e09e63e37e690f36ffc3b95ea85e966809c4b305.zip tcl-e09e63e37e690f36ffc3b95ea85e966809c4b305.tar.gz tcl-e09e63e37e690f36ffc3b95ea85e966809c4b305.tar.bz2 | |
Merge 8.7
| -rw-r--r-- | generic/tclCmdMZ.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclCmdMZ.c b/generic/tclCmdMZ.c index f37ff53..d02a159 100644 --- a/generic/tclCmdMZ.c +++ b/generic/tclCmdMZ.c @@ -4384,7 +4384,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.) @@ -4560,7 +4560,7 @@ Tcl_TimeRateObjCmd( Tcl_WideUInt usec, val; int digits; - /* + /* * Absolute execution time in microseconds or in wide clicks. */ usec = (Tcl_WideUInt)(middle - start); |
