summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-07-06 12:00:35 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-07-06 12:00:35 (GMT)
commit698d338b0f99491fa29224dbfa20aabad7efad67 (patch)
tree0d82925d246872e732646e7ab48ae4193e5d867d /unix
parent11f905cd0ac504734130b3c41a7b434b83557b7c (diff)
parent20c87d8e2377d5d7f88a6f170e92e5a70fbddf3b (diff)
downloadtcl-698d338b0f99491fa29224dbfa20aabad7efad67.zip
tcl-698d338b0f99491fa29224dbfa20aabad7efad67.tar.gz
tcl-698d338b0f99491fa29224dbfa20aabad7efad67.tar.bz2
Merge 8.7. Provide both major and minor version number for gcc/clang/msvc
Diffstat (limited to 'unix')
-rw-r--r--unix/tclConfig.sh.in3
1 files changed, 2 insertions, 1 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@'