Commit 77e8311d authored by Serhiy Storchaka's avatar Serhiy Storchaka

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

parent 2b0d2007
...@@ -69,7 +69,7 @@ Copyright (C) 1994 Steen Lumholt. ...@@ -69,7 +69,7 @@ Copyright (C) 1994 Steen Lumholt.
#error "Tk older than 8.3.1 not supported" #error "Tk older than 8.3.1 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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment