]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #16840: Turn on support of bignums only in final release of Tcl 8.5.
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 20 Apr 2015 11:05:37 +0000 (14:05 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 20 Apr 2015 11:05:37 +0000 (14:05 +0300)
Modules/_tkinter.c

index bef5c0bbe8fa381a01f441bb0ac13468e44bf692..4d9cc0df87170134707457733c3b723557948dd9 100644 (file)
@@ -96,7 +96,7 @@ Copyright (C) 1994 Steen Lumholt.
 #error "unsupported Tcl configuration"
 #endif
 
-#if TK_VERSION_HEX >= 0x08050000
+#if TK_VERSION_HEX >= 0x08050002
 #define HAVE_LIBTOMMAMTH
 #include <tclTomMath.h>
 #endif