Tcl Source Code

Artifact [7d1a3b18ea]
Login

Artifact 7d1a3b18eadd966d5f5a3de44e661ed97e8166d2:

Attachment "1941434.patch" to ticket [1941434fff] added by dgp 2009-10-01 04:34:40.
Index: generic/tclTomMath.h
===================================================================
RCS file: /cvsroot/tcl/tcl/generic/tclTomMath.h,v
retrieving revision 1.10
diff -u -c -u -r1.10 tclTomMath.h
--- generic/tclTomMath.h	14 Feb 2007 17:59:21 -0000	1.10
+++ generic/tclTomMath.h	30 Sep 2009 21:33:04 -0000
@@ -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
Index: generic/tclTomMathInt.h
===================================================================
RCS file: generic/tclTomMathInt.h
diff -N generic/tclTomMathInt.h
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ generic/tclTomMathInt.h	30 Sep 2009 21:33:04 -0000
@@ -0,0 +1,2 @@
+#include "tclTomMath.h"
+#include "tommath_class.h"
Index: generic/tommath.h
===================================================================
RCS file: /cvsroot/tcl/tcl/generic/tommath.h,v
retrieving revision 1.6
diff -u -c -u -r1.6 tommath.h
--- generic/tommath.h	13 Dec 2005 22:43:18 -0000	1.6
+++ generic/tommath.h	30 Sep 2009 21:33:04 -0000
@@ -1 +1 @@
-#include "tclTomMath.h"
+#include "tclTomMathInt.h"