summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <jan.nijtmans@noemail.net>2013-01-16 15:41:41 (GMT)
committerjan.nijtmans <jan.nijtmans@noemail.net>2013-01-16 15:41:41 (GMT)
commitd062e356819d4e9006c4b7648c98e37e0f2dfb0f (patch)
tree8c1a7f123da80bac2cd5cca2d9aa6d02e497079f /unix
parent2ae4014f6cec470add9e8998bac1c02f3ae748a8 (diff)
parentfda0d73c795337ada632383d9372e383045f5d7c (diff)
downloadtk-d062e356819d4e9006c4b7648c98e37e0f2dfb0f.zip
tk-d062e356819d4e9006c4b7648c98e37e0f2dfb0f.tar.gz
tk-d062e356819d4e9006c4b7648c98e37e0f2dfb0f.tar.bz2
Don't compile Tk with -DTCL_NO_DEPRECATED by default any more, it might hurt when we compile Tk 8.x against Tcl 8.y with y > x, because new deprecated constructs might be added in higher Tcl versions (except for Tk 8.6, for now, because there is no higher 8.x yet)
FossilOrigin-Name: f3cc4a9259bdeaa62636e2112c9938b3ef0f63eb
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index aa4e255..1da2d72 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -186,7 +186,7 @@ KEYSYM_FLAGS =
# Tk does not used deprecated Tcl constructs so it should
# compile fine with -DTCL_NO_DEPRECATED. To remove its own
# set of deprecated code uncomment the second line.
-NO_DEPRECATED_FLAGS = -DTCL_NO_DEPRECATED
+NO_DEPRECATED_FLAGS =
#NO_DEPRECATED_FLAGS = -DTCL_NO_DEPRECATED -DTK_NO_DEPRECATED
# Some versions of make, like SGI's, use the following variable to