diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-12 21:17:18 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-12 21:17:18 (GMT) |
commit | c7a20762743c94893cd815bed31fd8c83ee86b12 (patch) | |
tree | 721635fa5dd1342645e7396857f1587d64863602 /generic/tclInt.decls | |
parent | 7a6d97a527bd8148991a5a5da76fb6f75abd687e (diff) | |
parent | a023aca95e9b16b2d3fb63919b5f25f6279fd3b0 (diff) | |
download | tcl-c7a20762743c94893cd815bed31fd8c83ee86b12.zip tcl-c7a20762743c94893cd815bed31fd8c83ee86b12.tar.gz tcl-c7a20762743c94893cd815bed31fd8c83ee86b12.tar.bz2 |
[Bug 3514475]: remove TclpGetTimeZone and TclpGetTZName
Diffstat (limited to 'generic/tclInt.decls')
-rw-r--r-- | generic/tclInt.decls | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls index ff4afea..ddda097 100644 --- a/generic/tclInt.decls +++ b/generic/tclInt.decls @@ -319,9 +319,10 @@ declare 76 { declare 77 { void TclpGetTime(Tcl_Time *time) } -declare 78 { - int TclpGetTimeZone(unsigned long time) -} +# Removed in 8.6: +#declare 78 { +# int TclpGetTimeZone(unsigned long time) +#} # Replaced by Tcl_FSListVolumes in 8.4: #declare 79 { # int TclpListVolumes(Tcl_Interp *interp) @@ -1091,9 +1092,10 @@ declare 20 win { declare 22 win { TclFile TclpCreateTempFile(const char *contents) } -declare 23 win { - char *TclpGetTZName(int isdst) -} +# Removed in 8.6: +#declare 23 win { +# char *TclpGetTZName(int isdst) +#} declare 24 win { char *TclWinNoBackslash(char *path) } |