diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-12-03 13:02:08 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-12-03 13:02:08 (GMT) |
commit | 2eab5be3ef9be6cc7ec30abf3ea5bf587577e001 (patch) | |
tree | 515111b57bddc5e1a580a0ce3a02845d3e2eba47 /generic/tcl.decls | |
parent | 7e9565a93e51d737ba2891a4a21dee15ab5f60ce (diff) | |
download | tcl-2eab5be3ef9be6cc7ec30abf3ea5bf587577e001.zip tcl-2eab5be3ef9be6cc7ec30abf3ea5bf587577e001.tar.gz tcl-2eab5be3ef9be6cc7ec30abf3ea5bf587577e001.tar.bz2 |
Remove obsolete functions Tcl_GetDefaultEncodingDir and Tcl_SetDefaultEncodingDir
Diffstat (limited to 'generic/tcl.decls')
-rw-r--r-- | generic/tcl.decls | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/generic/tcl.decls b/generic/tcl.decls index ec7864d..ad725f5 100644 --- a/generic/tcl.decls +++ b/generic/tcl.decls @@ -515,7 +515,7 @@ declare 142 { declare 143 { void Tcl_Finalize(void) } -# Removed in 9.0: +# Removed (from stubtable only) in 9.0: #declare 144 { # void Tcl_FindExecutable(const char *argv0) #} @@ -1217,12 +1217,14 @@ declare 339 { declare 340 { char *Tcl_GetString(Tcl_Obj *objPtr) } -declare 341 { - const char *Tcl_GetDefaultEncodingDir(void) -} -declare 342 { - void Tcl_SetDefaultEncodingDir(const char *path) -} +# Removed in 9.0 +#declare 341 { +# const char *Tcl_GetDefaultEncodingDir(void) +#} +# Removed in 9.0 +#declare 342 { +# void Tcl_SetDefaultEncodingDir(const char *path) +#} declare 343 { void Tcl_AlertNotifier(ClientData clientData) } |