summaryrefslogtreecommitdiffstats
path: root/generic/tclTomMath.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclTomMath.h')
-rw-r--r--generic/tclTomMath.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/generic/tclTomMath.h b/generic/tclTomMath.h
index 8190ac7..c6a2f84 100644
--- a/generic/tclTomMath.h
+++ b/generic/tclTomMath.h
@@ -186,8 +186,7 @@ typedef int mp_err;
/* you'll have to tune these... */
#if defined(BUILD_tcl) || !defined(_WIN32)
-MODULE_SCOPE int BZ_DIV_CUTOFF,
- KARATSUBA_MUL_CUTOFF,
+MODULE_SCOPE int KARATSUBA_MUL_CUTOFF,
KARATSUBA_SQR_CUTOFF,
TOOM_MUL_CUTOFF,
TOOM_SQR_CUTOFF;
@@ -851,6 +850,6 @@ MODULE_SCOPE const char *mp_s_rmap;
/* $Source: /root/tcl/repos-to-convert/tcl/generic/tclTomMath.h,v $ */
-/* $Revision: 1.7 $ */
-/* $Date: 2006/12/01 07:54:30 $ */
+/* $Revision: 1.8 $ */
+/* $Date: 2006/12/02 01:22:41 $ */