| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,2 @@ | |||
| 1 | + Avoid compilation error due to tommath.h not being found when building | ||
| 2 | + Tkinter against Tcl 8.7 built with bundled libtommath. | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -60,6 +60,9 @@ Copyright (C) 1994 Steen Lumholt. | |||
| 60 | 60 | #error "Tk older than 8.5.12 not supported" | |
| 61 | 61 | #endif | |
| 62 | 62 | ||
| 63 | + #ifndef TCL_WITH_EXTERNAL_TOMMATH | ||
| 64 | + #define TCL_NO_TOMMATH_H | ||
| 65 | + #endif | ||
| 63 | 66 | #include <tclTomMath.h> | |
| 64 | 67 | ||
| 65 | 68 | #if !(defined(MS_WINDOWS) || defined(__CYGWIN__)) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments