diff options
Diffstat (limited to 'generic/tclTomMath.h')
-rw-r--r-- | generic/tclTomMath.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/generic/tclTomMath.h b/generic/tclTomMath.h index d794316..7ac044c 100644 --- a/generic/tclTomMath.h +++ b/generic/tclTomMath.h @@ -26,8 +26,6 @@ #include <ctype.h> #include <limits.h> -#include <tommath_class.h> - #ifndef MIN #define MIN(x,y) ((x)<(y)?(x):(y)) #endif @@ -840,6 +838,6 @@ MODULE_SCOPE const char *mp_s_rmap; /* $Source: /root/tcl/repos-to-convert/tcl/generic/tclTomMath.h,v $ */ /* Based on Tom's version 1.8 */ -/* $Revision: 1.10 $ */ -/* $Date: 2007/02/14 17:59:21 $ */ +/* $Revision: 1.10.4.1 $ */ +/* $Date: 2009/10/06 16:30:39 $ */ |