cpython: 7a7f09528866 (original) (raw)

Mercurial > cpython

changeset 95741:7a7f09528866

Issue #16840: Turn on support of bignums only in final release of Tcl 8.5. [#16840]

Serhiy Storchaka storchaka@gmail.com
date Mon, 20 Apr 2015 14:07:41 +0300
parents 09fa20da2872(current diff)7f1622478d17(diff)
children c3cd486cb6b9
files Modules/_tkinter.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Modules/_tkinter.c 2

line wrap: on

line diff

--- a/Modules/_tkinter.c +++ b/Modules/_tkinter.c @@ -56,7 +56,7 @@ Copyright (C) 1994 Steen Lumholt. #error "Tk older than 8.4 not supported" #endif -#if TK_VERSION_HEX >= 0x08050000 +#if TK_VERSION_HEX >= 0x08050002 #define HAVE_LIBTOMMAMTH #include <tclTomMath.h> #endif