commit | 02d0298f4164a4ce648a612c26e439e21f786f3d | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Mon Apr 20 14:05:37 2015 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Mon Apr 20 14:05:37 2015 +0300 |
tree | f9102c819ccd179ade2bd977ed21566ac9361e55 | |
parent | bd617adf6b65e50380a8a4a1c9a1b40c4ea6547b [diff] |
Issue #16840: Turn on support of bignums only in final release of Tcl 8.5.
diff --git a/Modules/_tkinter.c b/Modules/_tkinter.c index bef5c0b..4d9cc0d 100644 --- a/Modules/_tkinter.c +++ b/Modules/_tkinter.c
@@ -96,7 +96,7 @@ #error "unsupported Tcl configuration" #endif -#if TK_VERSION_HEX >= 0x08050000 +#if TK_VERSION_HEX >= 0x08050002 #define HAVE_LIBTOMMAMTH #include <tclTomMath.h> #endif