diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-02-23 12:20:34 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-02-23 12:20:34 (GMT) |
commit | efce255dd9821b8dacf7c24731015f2eea93a96b (patch) | |
tree | 78e4eb4bfdf3e4739b36a88dd7bf94221fc21247 /win/tclWinInit.c | |
parent | 21134c44f3434c701ef4f166be74f389cd3425bd (diff) | |
parent | 6d23f73e8aba5d1c6ed987c139b2b719be84a254 (diff) | |
download | tcl-efce255dd9821b8dacf7c24731015f2eea93a96b.zip tcl-efce255dd9821b8dacf7c24731015f2eea93a96b.tar.gz tcl-efce255dd9821b8dacf7c24731015f2eea93a96b.tar.bz2 |
Merge 9.0. Update documentation
Diffstat (limited to 'win/tclWinInit.c')
-rw-r--r-- | win/tclWinInit.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/win/tclWinInit.c b/win/tclWinInit.c index 55588e6..8e7ca8a 100644 --- a/win/tclWinInit.c +++ b/win/tclWinInit.c @@ -493,20 +493,6 @@ TclpSetVariables( TCL_GLOBAL_ONLY); } -#if !defined(NDEBUG) && !defined(TCL_NO_DEPRECATED) && TCL_MAJOR_VERSION < 9 - - /* - * The existence of the "debug" element of the tcl_platform array - * indicates that this particular Tcl shell has been compiled with debug - * information. Using "info exists tcl_platform(debug)" a Tcl script can - * direct the interpreter to load debug versions of DLLs with the load - * command. - */ - - Tcl_SetVar2(interp, "tcl_platform", "debug", "1", - TCL_GLOBAL_ONLY); -#endif - /* * Set up the HOME environment variable from the HOMEDRIVE & HOMEPATH * environment variables, if necessary. |