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: v3.5.0b1~319^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=77e8311deb1db0e823a9ac0d16ce3c0d557453fa;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 e31afae152d7..491a8fe283a2 100644 --- a/Modules/_tkinter.c +++ b/Modules/_tkinter.c @@ -69,7 +69,7 @@ Copyright (C) 1994 Steen Lumholt. #error "Tk older than 8.3.1 not supported" #endif -#if TK_VERSION_HEX >= 0x08050000 +#if TK_VERSION_HEX >= 0x08050002 #define HAVE_LIBTOMMAMTH #include #endif