summaryrefslogtreecommitdiffstats
path: root/generic/tclTomMath.h
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2009-10-06 16:31:00 (GMT)
committerdgp <dgp@noemail.net>2009-10-06 16:31:00 (GMT)
commit9587dbae27762c33b42ab156759837369f5de0d6 (patch)
tree12850c5a1ceb00d5c9d56737092003c5fa35ad4d /generic/tclTomMath.h
parent3014e9805fdd0dc26a67c690d644c74dc2d71896 (diff)
downloadtcl-9587dbae27762c33b42ab156759837369f5de0d6.zip
tcl-9587dbae27762c33b42ab156759837369f5de0d6.tar.gz
tcl-9587dbae27762c33b42ab156759837369f5de0d6.tar.bz2
* generic/tclTomMathInt.h (new): Public header tclTomMath.h had
* generic/tclTomMath.h: dependence on private headers, breaking use * generic/tommath.h: by extensions [Bug 1941434]. FossilOrigin-Name: 4a1c8a2c7508a9ce633ed90501517c3c081ff3f1
Diffstat (limited to 'generic/tclTomMath.h')
-rw-r--r--generic/tclTomMath.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/generic/tclTomMath.h b/generic/tclTomMath.h
index d794316..48bb603 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.11 $ */
+/* $Date: 2009/10/06 16:31:01 $ */