diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-27 16:24:20 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-27 16:24:20 (GMT) |
commit | 2ea6a13c20ca3d08cfe79d7254f5e5631ae31568 (patch) | |
tree | 2895ad02c3fa9e658f35f55127f64282712c2731 /win/tclWinInit.c | |
parent | 24bf495502e4735e1acfdd321e6c620045496825 (diff) | |
parent | 94a0658bc2c711a2e464dfc5a7dc3fd0b233fa82 (diff) | |
download | tcl-2ea6a13c20ca3d08cfe79d7254f5e5631ae31568.zip tcl-2ea6a13c20ca3d08cfe79d7254f5e5631ae31568.tar.gz tcl-2ea6a13c20ca3d08cfe79d7254f5e5631ae31568.tar.bz2 |
Merge 8.7
Diffstat (limited to 'win/tclWinInit.c')
-rw-r--r-- | win/tclWinInit.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win/tclWinInit.c b/win/tclWinInit.c index 420e324..9378641 100644 --- a/win/tclWinInit.c +++ b/win/tclWinInit.c @@ -549,7 +549,8 @@ TclpSetVariables( TCL_GLOBAL_ONLY); } -#ifndef NDEBUG +#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 |