summaryrefslogtreecommitdiffstats
path: root/generic/tkWindow.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-03-28 07:36:44 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-03-28 07:36:44 (GMT)
commit0198f40eb58a938f901dac686a48e9635c8d1156 (patch)
tree209d2a079e30e4becaca7dbdbdc4f8575328eb14 /generic/tkWindow.c
parentd2775095f0bf50afa0506eca7153d42d0667806a (diff)
downloadtk-0198f40eb58a938f901dac686a48e9635c8d1156.zip
tk-0198f40eb58a938f901dac686a48e9635c8d1156.tar.gz
tk-0198f40eb58a938f901dac686a48e9635c8d1156.tar.bz2
Easier solution, with proper protection and configure warnings.
Diffstat (limited to 'generic/tkWindow.c')
-rw-r--r--generic/tkWindow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkWindow.c b/generic/tkWindow.c
index 2901256..d40e7de 100644
--- a/generic/tkWindow.c
+++ b/generic/tkWindow.c
@@ -3024,7 +3024,7 @@ Initialize(
* Ensure that we are getting a compatible version of Tcl.
*/
- if (Tcl_InitStubs(interp, "8.5.0", 0) == NULL) {
+ if (Tcl_InitStubs(interp, TCL_VERSION ".0", 0) == NULL) {
return TCL_ERROR;
}