summaryrefslogtreecommitdiffstats
path: root/generic/tclTomMath.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2009-10-06 16:31:01 (GMT)
committerdgp <dgp@users.sourceforge.net>2009-10-06 16:31:01 (GMT)
commit557af2c1ada9cecaa0e11f3a7f5c3c19056c5061 (patch)
tree12850c5a1ceb00d5c9d56737092003c5fa35ad4d /generic/tclTomMath.h
parent2e39402782031ee79d14b572fae56c5d7f5d73a0 (diff)
downloadtcl-557af2c1ada9cecaa0e11f3a7f5c3c19056c5061.zip
tcl-557af2c1ada9cecaa0e11f3a7f5c3c19056c5061.tar.gz
tcl-557af2c1ada9cecaa0e11f3a7f5c3c19056c5061.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].
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 $ */