summaryrefslogtreecommitdiffstats
path: root/generic/tclClock.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-10-05 20:43:00 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-10-05 20:43:00 (GMT)
commitfdcd3ab03429007f92e8b6f5e016f9086a1928c2 (patch)
treefa18a1e3996700f5a04a16fd3ecb2ff47f2b9fac /generic/tclClock.c
parent8578c0afa334c496675733e25426b17220d382f4 (diff)
parent8a3aa8da33ee7933235657e1aaadf0d81fb3ebdd (diff)
downloadtcl-fdcd3ab03429007f92e8b6f5e016f9086a1928c2.zip
tcl-fdcd3ab03429007f92e8b6f5e016f9086a1928c2.tar.gz
tcl-fdcd3ab03429007f92e8b6f5e016f9086a1928c2.tar.bz2
Change LSTATUS to LONG, since older SDK's don't know it. core.tcl.tk -> core.tcl-lang.org and http -> https
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 0e8a941..b531d3b 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
/*