Issue #16840: Turn on support of bignums only in final release of Tcl 8.5.
This commit is contained in:
commit
629d697f96
|
@ -56,7 +56,7 @@ Copyright (C) 1994 Steen Lumholt.
|
||||||
#error "Tk older than 8.4 not supported"
|
#error "Tk older than 8.4 not supported"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if TK_VERSION_HEX >= 0x08050000
|
#if TK_VERSION_HEX >= 0x08050002
|
||||||
#define HAVE_LIBTOMMAMTH
|
#define HAVE_LIBTOMMAMTH
|
||||||
#include <tclTomMath.h>
|
#include <tclTomMath.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue