diff options
Diffstat (limited to 'Modules/_tkinter.c')
-rw-r--r-- | Modules/_tkinter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_tkinter.c b/Modules/_tkinter.c index 241c1a0..3f58353 100644 --- 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 |