diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-03 10:58:45 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-03 10:58:45 (GMT) |
commit | a023aca95e9b16b2d3fb63919b5f25f6279fd3b0 (patch) | |
tree | 4d0ba5f5e04f1a07e3989b8c3228a0071861c15e /generic/tclInt.decls | |
parent | cd18cbd3601ea860b6308aa03ae62424e484ca41 (diff) | |
download | tcl-a023aca95e9b16b2d3fb63919b5f25f6279fd3b0.zip tcl-a023aca95e9b16b2d3fb63919b5f25f6279fd3b0.tar.gz tcl-a023aca95e9b16b2d3fb63919b5f25f6279fd3b0.tar.bz2 |
[Bug 3514475]: remove TclpGetTimeZone and TclpGetTZNamebug_3514475
Diffstat (limited to 'generic/tclInt.decls')
-rw-r--r-- | generic/tclInt.decls | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls index 5496b4b..7cac354 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) @@ -1098,9 +1099,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) } @@ -1234,9 +1236,10 @@ declare 20 unix { declare 22 unix { TclFile TclpCreateTempFile(const char *contents) } -declare 23 unix { - char *TclpGetTZName(int isdst) -} +# Removed in 8.6: +#declare 23 unix { +# char *TclpGetTZName(int isdst) +#} declare 24 unix { char *TclWinNoBackslash(char *path) } |