summaryrefslogtreecommitdiff
path: root/tune/sb_div.c
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2002-02-19 02:55:50 +0100
committertege <tege@gmplib.org>2002-02-19 02:55:50 +0100
commit10771eb65077071674fa4fb188179db21c4cf844 (patch)
tree58ebf2ae654b47bc9ee4e632c03eed4b1f4a76dd /tune/sb_div.c
parentbb6a085e894aa3644bc7f3d6d16302063eaced2f (diff)
downloadgmp-10771eb65077071674fa4fb188179db21c4cf844.tar.gz
Clean up *_THRESHOLD names.
Diffstat (limited to 'tune/sb_div.c')
-rw-r--r--tune/sb_div.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/tune/sb_div.c b/tune/sb_div.c
index c93bf1b9c..232422d8f 100644
--- a/tune/sb_div.c
+++ b/tune/sb_div.c
@@ -1,7 +1,7 @@
/* mpn/generic/sb_divrem_mn.c forced to use plain udiv_qrnnd. */
/*
-Copyright 2001 Free Software Foundation, Inc.
+Copyright 2001, 2002 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
@@ -24,10 +24,10 @@ MA 02111-1307, USA.
#include "gmp.h"
#include "gmp-impl.h"
-#ifdef SB_PREINV_THRESHOLD
-#undef SB_PREINV_THRESHOLD
+#ifdef DIV_SB_PREINV_THRESHOLD
+#undef DIV_SB_PREINV_THRESHOLD
#endif
-#define SB_PREINV_THRESHOLD MP_SIZE_T_MAX
+#define DIV_SB_PREINV_THRESHOLD MP_SIZE_T_MAX
#define __gmpn_sb_divrem_mn mpn_sb_divrem_mn_div
#include "mpn/generic/sb_divrem_mn.c"