diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-11-01 11:25:03 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-11-01 11:25:03 (GMT) |
| commit | 01c6f7705f0b241490d171673c2b3073083ce9cc (patch) | |
| tree | 11f35292c0d26cdfb032dfc6a376818ad8f923a9 /generic/tclUtil.c | |
| parent | 493585e80285a37fffbfa04f560a2d37a94d3322 (diff) | |
| parent | d5c3b7ac251d7793f9aff83b47608bf578aceb5f (diff) | |
| download | tcl-01c6f7705f0b241490d171673c2b3073083ce9cc.zip tcl-01c6f7705f0b241490d171673c2b3073083ce9cc.tar.gz tcl-01c6f7705f0b241490d171673c2b3073083ce9cc.tar.bz2 | |
Re-base to core-8-branch
Diffstat (limited to 'generic/tclUtil.c')
| -rw-r--r-- | generic/tclUtil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclUtil.c b/generic/tclUtil.c index 9216380..659796e 100644 --- a/generic/tclUtil.c +++ b/generic/tclUtil.c @@ -15,7 +15,7 @@ #include "tclInt.h" #include "tclParse.h" #include "tclStringTrim.h" -#include "tommath.h" +#include "tclTomMath.h" #include <math.h> /* |
