summaryrefslogtreecommitdiffstats
path: root/generic/tclClock.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-10-05 20:44:28 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-10-05 20:44:28 (GMT)
commite53ea0c452e0c9b1292164c18d90c420f1ca331a (patch)
tree8d4117f9f1e207c435e256169fdbc4a3d4f4f99d /generic/tclClock.c
parent67e037520d52c273bf697c5eb14217f675da6ba9 (diff)
parentdd3033a0ce3a48fa0e028bdbd3e8d19b8d90f4d1 (diff)
downloadtcl-e53ea0c452e0c9b1292164c18d90c420f1ca331a.zip
tcl-e53ea0c452e0c9b1292164c18d90c420f1ca331a.tar.gz
tcl-e53ea0c452e0c9b1292164c18d90c420f1ca331a.tar.bz2
Merge 8.6
Diffstat (limited to 'generic/tclClock.c')
-rw-r--r--generic/tclClock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclClock.c b/generic/tclClock.c
index 2803d45..c601521 100644
--- a/generic/tclClock.c
+++ b/generic/tclClock.c
@@ -1513,7 +1513,7 @@ GetJulianDayFromEraYearMonthDay(
* Try an initial conversion in the Gregorian calendar.
*/
-#if 0 /* BUG http://core.tcl.tk/tcl/tktview?name=da340d4f32 */
+#if 0 /* BUG https://core.tcl-lang.org/tcl/tktview?name=da340d4f32 */
ym1o4 = ym1 / 4;
#else
/*