From cf036d0597cf4cd2dd01dd6b80e4ffb45ee2ca2a Mon Sep 17 00:00:00 2001 From: das Date: Sat, 2 Dec 2006 01:22:41 +0000 Subject: removed BZ_DIV_CUTOFF declaration now that it's gone from libtommath --- generic/tclTomMath.h | 7 +++---- 1 file 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 $ */ -- cgit v0.12