diff options
Diffstat (limited to 'generic/tclTomMath.h')
-rw-r--r-- | generic/tclTomMath.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/generic/tclTomMath.h b/generic/tclTomMath.h index 550dafa..d794316 100644 --- a/generic/tclTomMath.h +++ b/generic/tclTomMath.h @@ -26,6 +26,8 @@ #include <ctype.h> #include <limits.h> +#include <tommath_class.h> + #ifndef MIN #define MIN(x,y) ((x)<(y)?(x):(y)) #endif @@ -834,3 +836,10 @@ MODULE_SCOPE const char *mp_s_rmap; #endif #endif + + +/* $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 $ */ + |