From: Serhiy Storchaka Date: Mon, 20 Apr 2015 11:05:37 +0000 (+0300) Subject: Issue #16840: Turn on support of bignums only in final release of Tcl 8.5. X-Git-Tag: v2.7.10rc1~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=02d0298f4164a4ce648a612c26e439e21f786f3d;p=thirdparty%2FPython%2Fcpython.git 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 bef5c0bbe8fa..4d9cc0df8717 100644 --- a/Modules/_tkinter.c +++ b/Modules/_tkinter.c @@ -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 #endif