summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-06-15 14:14:08 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-06-15 14:14:08 (GMT)
commitc1d51931d9fc83b0805240d5473d2a9401d31d0b (patch)
treee059bcab0494150db515aa88c274628e9204034b
parentc024f79ece03d622d5773eea38a2516f801a402a (diff)
downloadtcl-c1d51931d9fc83b0805240d5473d2a9401d31d0b.zip
tcl-c1d51931d9fc83b0805240d5473d2a9401d31d0b.tar.gz
tcl-c1d51931d9fc83b0805240d5473d2a9401d31d0b.tar.bz2
Added DEPRECATED comment in tclConfig.sh.in (both UNIX and win32)
-rw-r--r--unix/tclConfig.sh.in3
-rw-r--r--win/tclConfig.sh.in3
2 files changed, 4 insertions, 2 deletions
diff --git a/unix/tclConfig.sh.in b/unix/tclConfig.sh.in
index 743b5a5..f2ac768 100644
--- a/unix/tclConfig.sh.in
+++ b/unix/tclConfig.sh.in
@@ -23,7 +23,8 @@ TCL_DEFS='@DEFS@'
# TCL_DBGX used to be used to distinguish debug vs. non-debug builds.
# This was a righteous pain so the core doesn't do that any more.
-TCL_DBGX=
+# DEPRECATED, will be removed in Tcl 9!
+TCL_DBGX=''
# Default flags used in an optimized and debuggable build, respectively.
TCL_CFLAGS_DEBUG='@CFLAGS_DEBUG@'
diff --git a/win/tclConfig.sh.in b/win/tclConfig.sh.in
index bf5a586..776dcb0 100644
--- a/win/tclConfig.sh.in
+++ b/win/tclConfig.sh.in
@@ -25,7 +25,8 @@ TCL_DEFS='@DEFS@'
# TCL_DBGX used to be used to distinguish debug vs. non-debug builds.
# This was a righteous pain so the core doesn't do that any more.
-TCL_DBGX=
+# DEPRECATED, will be removed in Tcl 9!
+TCL_DBGX=''
# Default flags used in an optimized and debuggable build, respectively.
TCL_CFLAGS_DEBUG='@CFLAGS_DEBUG@'