summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
diff options
context:
space:
mode:
authorjan.nijtmans <jan.nijtmans@noemail.net>2011-03-25 14:05:02 (GMT)
committerjan.nijtmans <jan.nijtmans@noemail.net>2011-03-25 14:05:02 (GMT)
commit0280452a29c2525938e71bef96b97ce789a0212d (patch)
treedab7b43a5ca1853752d51320bb1644e477a1c522 /generic/tclStubInit.c
parent8d9e6f006d6dd37720b4779c16d75ddb66992817 (diff)
parent50f8aa27847cf30960feb1351def44ef6e939db6 (diff)
downloadtcl-0280452a29c2525938e71bef96b97ce789a0212d.zip
tcl-0280452a29c2525938e71bef96b97ce789a0212d.tar.gz
tcl-0280452a29c2525938e71bef96b97ce789a0212d.tar.bz2
Remove Tclp(Local|Gm)time_unix forwarders, the same can be done directly
FossilOrigin-Name: 24d1308684e4e185e36b78c8c7b11d1c80078972
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r--generic/tclStubInit.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c
index eb9a9be..054ece5 100644
--- a/generic/tclStubInit.c
+++ b/generic/tclStubInit.c
@@ -39,6 +39,8 @@
#undef Tcl_CreateHashEntry
#undef Tcl_Panic
#undef Tcl_FindExecutable
+#define TclpLocaltime_unix TclpLocaltime
+#define TclpGmtime_unix TclpGmtime
/*
* WARNING: The contents of this file is automatically generated by the