mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue #16840: Turn on support of bignums only in final release of Tcl 8.5.
This commit is contained in:
parent
2b0d2007a1
commit
77e8311deb
1 changed files with 1 additions and 1 deletions
|
@ -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 <tclTomMath.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue