diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-03 14:44:21 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-03 14:44:21 (GMT) |
commit | 40f9804e9111ac321ba54c04dd7650c3fe8222d2 (patch) | |
tree | 1c62f43e2de8639b5a34f47d2bc93424b4e3fd63 /generic/tclInt.decls | |
parent | cd18cbd3601ea860b6308aa03ae62424e484ca41 (diff) | |
parent | 60cfc1cbac7cd027431546b2a5d260d25ee1a502 (diff) | |
download | tcl-40f9804e9111ac321ba54c04dd7650c3fe8222d2.zip tcl-40f9804e9111ac321ba54c04dd7650c3fe8222d2.tar.gz tcl-40f9804e9111ac321ba54c04dd7650c3fe8222d2.tar.bz2 |
Remove the TclpGetTZName implementation for Cygwin
(from 2012-04-02 commit)
Diffstat (limited to 'generic/tclInt.decls')
-rw-r--r-- | generic/tclInt.decls | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls index 5496b4b..0c66c91 100644 --- a/generic/tclInt.decls +++ b/generic/tclInt.decls @@ -126,8 +126,8 @@ declare 25 { # } # Removed in 8.5 #declare 27 { -# int TclGetDate(char *p, unsigned long now, long zone, -# unsigned long *timePtr) +# int TclGetDate(char *p, Tcl_WideInt now, long zone, +# Tcl_WideInt *timePtr) #} declare 28 { Tcl_Channel TclpGetDefaultStdChannel(int type) @@ -735,16 +735,6 @@ declare 177 { # Tcl_Obj *Tcl_GetStartupScript(const char **encodingNamePtr) #} -# REMOVED -# Allocate lists without copying arrays -# declare 180 { -# Tcl_Obj *TclNewListObjDirect(int objc, Tcl_Obj **objv) -# } -#declare 181 { -# Tcl_Obj *TclDbNewListObjDirect(int objc, Tcl_Obj **objv, -# const char *file, int line) -#} - # TclpGmtime and TclpLocaltime promoted to the generic interface from unix declare 182 { @@ -1234,9 +1224,6 @@ declare 20 unix { declare 22 unix { TclFile TclpCreateTempFile(const char *contents) } -declare 23 unix { - char *TclpGetTZName(int isdst) -} declare 24 unix { char *TclWinNoBackslash(char *path) } |