Kaydet (Commit) 02d0298f authored tarafından Serhiy Storchaka's avatar Serhiy Storchaka

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

üst bd617adf
...@@ -96,7 +96,7 @@ Copyright (C) 1994 Steen Lumholt. ...@@ -96,7 +96,7 @@ Copyright (C) 1994 Steen Lumholt.
#error "unsupported Tcl configuration" #error "unsupported Tcl configuration"
#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