summaryrefslogtreecommitdiffstats
path: root/generic/tclIntPlatDecls.h
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/tclIntPlatDecls.h
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/tclIntPlatDecls.h')
-rw-r--r--generic/tclIntPlatDecls.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/tclIntPlatDecls.h b/generic/tclIntPlatDecls.h
index 10ae67b..0f1c0d1 100644
--- a/generic/tclIntPlatDecls.h
+++ b/generic/tclIntPlatDecls.h
@@ -426,5 +426,7 @@ extern const TclIntPlatStubs *tclIntPlatStubsPtr;
#undef TCL_STORAGE_CLASS
#define TCL_STORAGE_CLASS DLLIMPORT
+#undef TclpLocaltime_unix
+#undef TclpGmtime_unix
#endif /* _TCLINTPLATDECLS */